Home
last modified time | relevance | path

Searched refs:Dwelf_Strent (Results 1 - 11 of 11) sorted by relevance

/third_party/elfutils/libdwelf/
H A Ddwelf_strtab.c45 struct Dwelf_Strent struct
49 struct Dwelf_Strent *next;
50 struct Dwelf_Strent *left;
51 struct Dwelf_Strent *right;
66 struct Dwelf_Strent *root;
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) in newstring()
[all...]
H A 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)
124 any Dwelf_Strent references returned earlier. */
/third_party/elfutils/libasm/
H A DlibasmP.h91 Dwelf_Strent *strent;
213 Dwelf_Strent *strent;
221 Dwelf_Strent *strent;
H A 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/
H A 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()
H A Dalldts.c43 Dwelf_Strent *dynscn; in main()
44 Dwelf_Strent *shstrtabse; in main()
H A 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()
H A Dupdate3.c47 Dwelf_Strent *shstrtabse; in main()
/third_party/elfutils/src/
H A 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()
H A Dunstrip.c733 Dwelf_Strent *strent;
816 Dwelf_Strent *strent;
1328 Dwelf_Strent *unstripped_strent[unstripped_shnum]; in new_shstrtab()
1915 Dwelf_Strent *unstripped_strent[unstripped_shnum - 1]; in copy_elided_sections()
H A Dstrip.c1009 Dwelf_Strent *se; in handle_elf()

Completed in 12 milliseconds