Lines Matching full:table
45 .Fn elftc_string_table_destroy "Elftc_String_Table *table"
50 .Fa "Elftc_String_Table *table"
55 .Fa "Elftc_String_Table *table"
60 .Fa "Elftc_String_Table *table"
65 .Fa "Elftc_String_Table *table"
70 .Fa "Elftc_String_Table *table"
79 creates a new, empty string table.
83 the table.
90 destroys the previously allocated string table specified by
92 .Ar table ,
97 creates a new string table and initializes it based on the
105 table.
113 string table specified by argument
114 .Ar table .
117 is not NULL, the size of the ELF representation of the string table is
122 will compact the string table if the table contains deleted strings.
133 into the string table specified by argument
134 .Ar table ,
144 in the string table specified by argument
145 .Ar table ,
154 from the string table referenced by argument
155 .Ar table ,
156 if it is present in the string table.
162 in the string table specified by argument
163 .Ar table .
179 table functions.
182 added to a string table, but rarely removed from it.
195 denotes the size of the string table.
208 table on success, or NULL in case of an error.