Lines Matching defs:st
52 #define ELFTC_STRING_TABLE_LENGTH(st) ((st)->st_len >> 1) argument
53 #define ELFTC_STRING_TABLE_CLEAR_COMPACTION_FLAG(st) do { \ argument
56 #define ELFTC_STRING_TABLE_SET_COMPACTION_FLAG(st) do { \ argument
59 #define ELFTC_STRING_TABLE_UPDATE_LENGTH(st, len) do { \ argument
76 elftc_string_table_find_hash_entry(Elftc_String_Table *st, const char *string, in elftc_string_table_find_hash_entry()
102 elftc_string_table_add_to_pool(Elftc_String_Table *st, const char *string) in elftc_string_table_add_to_pool()
131 struct _Elftc_String_Table *st; in elftc_string_table_create() local
163 elftc_string_table_destroy(Elftc_String_Table *st) in elftc_string_table_destroy()
181 Elftc_String_Table *st; in elftc_string_table_from_section() local
233 elftc_string_table_image(Elftc_String_Table *st, size_t *size) in elftc_string_table_image()
305 elftc_string_table_insert(Elftc_String_Table *st, const char *string) in elftc_string_table_insert()
337 elftc_string_table_lookup(Elftc_String_Table *st, const char *string) in elftc_string_table_lookup()
354 elftc_string_table_remove(Elftc_String_Table *st, const char *string) in elftc_string_table_remove()
374 elftc_string_table_to_string(Elftc_String_Table *st, size_t offset) in elftc_string_table_to_string()