diff --git a/Ghidra/Features/Base/src/main/help/help/topics/SymbolTablePlugin/images/Symbol_Table.png b/Ghidra/Features/Base/src/main/help/help/topics/SymbolTablePlugin/images/Symbol_Table.png index ac1044343a..5d9ca77180 100644 Binary files a/Ghidra/Features/Base/src/main/help/help/topics/SymbolTablePlugin/images/Symbol_Table.png and b/Ghidra/Features/Base/src/main/help/help/topics/SymbolTablePlugin/images/Symbol_Table.png differ diff --git a/Ghidra/Features/Base/src/main/help/help/topics/SymbolTablePlugin/symbol_table.htm b/Ghidra/Features/Base/src/main/help/help/topics/SymbolTablePlugin/symbol_table.htm index 8dcf07cf59..dcbfc7265f 100644 --- a/Ghidra/Features/Base/src/main/help/help/topics/SymbolTablePlugin/symbol_table.htm +++ b/Ghidra/Features/Base/src/main/help/help/topics/SymbolTablePlugin/symbol_table.htm @@ -31,7 +31,7 @@
-The columns in the table are:
+Some of the columns in the table are:
@@ -54,13 +54,6 @@
Symbol type (Function, External, Class, etc). -- -Datatype - -Datatype (i.e., byte, float, etc.) applied at symbol - address. -Namespace @@ -89,7 +82,15 @@-
You can sort the table on any column by clicking on the column header. The column can be sorted in ascending or descending order.
@@ -212,5 +213,11 @@
The colors for bad +
++ ++
+ Sorting a column in the symbol table when the program has a large number of symbols + can be slow. If you do not need sorting, then you can control-click the sorted column + to remove the sort. +
+ +
The colors for bad references, entry points, dead code, offcut code, function names, local symbols, The Name Only checkbox allows you to toggle whether to filter on only the name column or all the columns in the table.
+++
+ Filtering the symbol table when the program has a large number of symbols can be slow. + When only filtering on the symbol name, via the checkbox above, the overall filtering + is considerably faster. +
The filter text field will accept basic globbing characters such as '*' and '?' within the filter text unless the "Regular Expression" filter strategy is diff --git a/Ghidra/Features/Base/src/main/help/help/topics/Tables/GhidraTableHeaders.html b/Ghidra/Features/Base/src/main/help/help/topics/Tables/GhidraTableHeaders.html index 54d179103e..4a11d1824c 100644 --- a/Ghidra/Features/Base/src/main/help/help/topics/Tables/GhidraTableHeaders.html +++ b/Ghidra/Features/Base/src/main/help/help/topics/Tables/GhidraTableHeaders.html @@ -83,7 +83,8 @@
. Disabling sorting can greatly increase the + table's performance when the number of rows is large
To remove a sort column from a multiple column sort, Ctrl-left-click that column. This will even work when only one column is sorted, thus effectively disabling - sorting for the table. + sorting for the table
+ + ++
+- Table Filtering
+