Searched refs:Dwelf_Strtab (Results 1 – 11 of 11) sorted by relevance
/external/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 | 65 struct Dwelf_Strtab struct 85 Dwelf_Strtab * argument 94 Dwelf_Strtab *ret in dwelf_strtab_init() 95 = (Dwelf_Strtab *) calloc (1, sizeof (struct Dwelf_Strtab)); in dwelf_strtab_init() 112 morememory (Dwelf_Strtab *st, size_t len) in morememory() 134 dwelf_strtab_free (Dwelf_Strtab *st) in dwelf_strtab_free() 150 newstring (Dwelf_Strtab *st, const char *str, size_t len) in newstring() 213 strtab_add (Dwelf_Strtab *st, const char *str, size_t len) in strtab_add() 282 dwelf_strtab_add (Dwelf_Strtab *st, const char *str) in dwelf_strtab_add() 288 dwelf_strtab_add_len (Dwelf_Strtab *st, const char *str, size_t len) in dwelf_strtab_add_len() [all …]
|
D | ChangeLog | 21 * libdwelf.h (Dwelf_Strtab): New typedef.
|
/external/elfutils/libasm/ |
D | libasmP.h | 161 Dwelf_Strtab *section_strtab; 168 Dwelf_Strtab *symbol_strtab;
|
/external/elfutils/tests/ |
D | update3.c | 45 Dwelf_Strtab *shst; in main()
|
D | alldts.c | 41 Dwelf_Strtab *shst; in main()
|
D | update4.c | 45 Dwelf_Strtab *shst; in main()
|
D | elfstrmerge.c | 47 static Dwelf_Strtab *strings = NULL;
|
/external/elfutils/src/ |
D | unstrip.c | 1301 Dwelf_Strtab *strtab) in new_shstrtab() 1550 Dwelf_Strtab *strtab = NULL; in copy_elided_sections() 1750 Dwelf_Strtab *symstrtab = NULL; in copy_elided_sections()
|
D | elfcompress.c | 264 Dwelf_Strtab *names = NULL; in process_file()
|
D | strip.c | 964 Dwelf_Strtab *shst = NULL; in handle_elf()
|