Searched refs:Dwelf_Strtab (Results 1 – 11 of 11) sorted by relevance
/third_party/elfutils/libdwelf/ |
D | libdwelf.h | 76 typedef struct Dwelf_Strtab Dwelf_Strtab; typedef 85 extern Dwelf_Strtab *dwelf_strtab_init (bool nullstr); 93 extern Dwelf_Strent *dwelf_strtab_add (Dwelf_Strtab *st, const char *str) 100 extern Dwelf_Strent *dwelf_strtab_add_len (Dwelf_Strtab *st, 110 extern Elf_Data *dwelf_strtab_finalize (Dwelf_Strtab *st, 125 extern void dwelf_strtab_free (Dwelf_Strtab *st)
|
D | dwelf_strtab.c | 64 struct Dwelf_Strtab struct 84 Dwelf_Strtab * argument 93 Dwelf_Strtab *ret = calloc (1, sizeof (struct Dwelf_Strtab)); in dwelf_strtab_init() 110 morememory (Dwelf_Strtab *st, size_t len) in morememory() 132 dwelf_strtab_free (Dwelf_Strtab *st) in dwelf_strtab_free() 148 newstring (Dwelf_Strtab *st, const char *str, size_t len) in newstring() 211 strtab_add (Dwelf_Strtab *st, const char *str, size_t len) in strtab_add() 280 dwelf_strtab_add (Dwelf_Strtab *st, const char *str) in dwelf_strtab_add() 286 dwelf_strtab_add_len (Dwelf_Strtab *st, const char *str, size_t len) in dwelf_strtab_add_len() 315 dwelf_strtab_finalize (Dwelf_Strtab *st, Elf_Data *data) in dwelf_strtab_finalize()
|
D | ChangeLog | 72 * libdwelf.h (Dwelf_Strtab): New typedef.
|
/third_party/elfutils/libasm/ |
D | libasmP.h | 162 Dwelf_Strtab *section_strtab; 169 Dwelf_Strtab *symbol_strtab;
|
/third_party/elfutils/tests/ |
D | update3.c | 46 Dwelf_Strtab *shst; in main()
|
D | alldts.c | 42 Dwelf_Strtab *shst; in main()
|
D | update4.c | 46 Dwelf_Strtab *shst; in main()
|
D | elfstrmerge.c | 47 static Dwelf_Strtab *strings = NULL;
|
/third_party/elfutils/src/ |
D | unstrip.c | 1321 Dwelf_Strtab *strtab) in new_shstrtab() 1580 Dwelf_Strtab *strtab = NULL; in copy_elided_sections() 1797 Dwelf_Strtab *symstrtab = NULL; in copy_elided_sections()
|
D | elfcompress.c | 288 Dwelf_Strtab *names = NULL; in process_file()
|
D | strip.c | 1020 Dwelf_Strtab *shst = NULL; in handle_elf()
|