Home
last modified time | relevance | path

Searched refs:Dwelf_Strent (Results 1 – 12 of 12) sorted by relevance

/third_party/elfutils/libdwelf/
Ddwelf_strtab.c45 struct Dwelf_Strent struct
49 struct Dwelf_Strent *next; argument
50 struct Dwelf_Strent *left; argument
51 struct Dwelf_Strent *right; argument
66 struct Dwelf_Strent *root; argument
73 struct Dwelf_Strent null;
147 static Dwelf_Strent *
151 size_t align = ((__alignof__ (struct Dwelf_Strent) in newstring()
153 & (__alignof__ (struct Dwelf_Strent) - 1))) in newstring()
154 & (__alignof__ (struct Dwelf_Strent) - 1)); in newstring()
[all …]
Dlibdwelf.h77 typedef struct Dwelf_Strent Dwelf_Strent; typedef
93 extern Dwelf_Strent *dwelf_strtab_add (Dwelf_Strtab *st, const char *str)
100 extern Dwelf_Strent *dwelf_strtab_add_len (Dwelf_Strtab *st,
116 extern size_t dwelf_strent_off (Dwelf_Strent *se)
120 extern const char *dwelf_strent_str (Dwelf_Strent *se)
DChangeLog73 (Dwelf_Strent): Likewise.
/third_party/elfutils/libasm/
DlibasmP.h91 Dwelf_Strent *strent;
213 Dwelf_Strent *strent;
221 Dwelf_Strent *strent;
Dasm_end.c61 Dwelf_Strent *symscn_strent = NULL; in binary_end()
62 Dwelf_Strent *strscn_strent = NULL; in binary_end()
63 Dwelf_Strent *xndxscn_strent = NULL; in binary_end()
65 Dwelf_Strent *shstrscn_strent; in binary_end()
/third_party/elfutils/tests/
Dupdate4.c47 Dwelf_Strent *firstse; in main()
48 Dwelf_Strent *secondse; in main()
49 Dwelf_Strent *thirdse; in main()
50 Dwelf_Strent *fourthse; in main()
51 Dwelf_Strent *shstrtabse; in main()
Dalldts.c43 Dwelf_Strent *dynscn; in main()
44 Dwelf_Strent *shstrtabse; in main()
Delfstrmerge.c50 static Dwelf_Strent **scnstrents = NULL;
53 static Dwelf_Strent **symstrents = NULL;
294 scnstrents = malloc (shdrnum * sizeof (Dwelf_Strent *)); in main()
340 symstrents = malloc (symsnum * sizeof (Dwelf_Strent *)); in main()
Dupdate3.c47 Dwelf_Strent *shstrtabse; in main()
/third_party/elfutils/src/
Delfcompress.c289 Dwelf_Strent **scnstrents = NULL; in process_file()
290 Dwelf_Strent **symstrents = NULL; in process_file()
537 * sizeof (Dwelf_Strent *)); in process_file()
946 symstrents = xmalloc (syms * sizeof (Dwelf_Strent *)); in process_file()
Dunstrip.c731 Dwelf_Strent *strent;
814 Dwelf_Strent *strent;
1326 Dwelf_Strent *unstripped_strent[unstripped_shnum]; in new_shstrtab()
1913 Dwelf_Strent *unstripped_strent[unstripped_shnum - 1]; in copy_elided_sections()
Dstrip.c1009 Dwelf_Strent *se; in handle_elf()