Searched refs:Elftc_String_Table (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | libelftc.h | 41 typedef struct _Elftc_String_Table Elftc_String_Table; typedef 81 Elftc_String_Table *elftc_string_table_create(size_t _sizehint); 82 void elftc_string_table_destroy(Elftc_String_Table *_table); 83 Elftc_String_Table *elftc_string_table_from_section(Elf_Scn *_scn, 85 const char *elftc_string_table_image(Elftc_String_Table *_table, 87 size_t elftc_string_table_insert(Elftc_String_Table *_table, 89 size_t elftc_string_table_lookup(Elftc_String_Table *_table, 91 int elftc_string_table_remove(Elftc_String_Table *_table, 93 const char *elftc_string_table_to_string(Elftc_String_Table *_table,
|
H A D | elftc_string_table.c | 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() 128 Elftc_String_Table * 163 elftc_string_table_destroy(Elftc_String_Table *st) in elftc_string_table_destroy() 175 Elftc_String_Table * 181 Elftc_String_Table *st; in elftc_string_table_from_section() 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() [all …]
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | elfcopy.h | 138 Elftc_String_Table *strtab;
|