Home
last modified time | relevance | path

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

/external/elfutils/libdwelf/
Ddwelf_strtab.c46 struct Dwelf_Strent struct
50 struct Dwelf_Strent *next; argument
51 struct Dwelf_Strent *left; argument
52 struct Dwelf_Strent *right; argument
67 struct Dwelf_Strent *root; argument
74 struct Dwelf_Strent null;
149 static Dwelf_Strent *
153 size_t align = ((__alignof__ (struct Dwelf_Strent) in newstring()
155 & (__alignof__ (struct Dwelf_Strent) - 1))) in newstring()
156 & (__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)
DChangeLog47 (Dwelf_Strent): Likewise.
/external/elfutils/libasm/
DlibasmP.h88 Dwelf_Strent *strent;
210 Dwelf_Strent *strent;
218 Dwelf_Strent *strent;
Dasm_end.c64 Dwelf_Strent *symscn_strent = NULL; in binary_end()
65 Dwelf_Strent *strscn_strent = NULL; in binary_end()
66 Dwelf_Strent *xndxscn_strent = NULL; in binary_end()
68 Dwelf_Strent *shstrscn_strent; in binary_end()
/external/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;
253 scnstrents = malloc (shdrnum * sizeof (Dwelf_Strent *)); in main()
299 symstrents = malloc (symsnum * sizeof (Dwelf_Strent *)); in main()
Dupdate3.c47 Dwelf_Strent *shstrtabse; in main()
/external/elfutils/src/
Delfcompress.c265 Dwelf_Strent **scnstrents = NULL; in process_file()
266 Dwelf_Strent **symstrents = NULL; in process_file()
569 * sizeof (Dwelf_Strent *)); in process_file()
954 symstrents = xmalloc (syms * sizeof (Dwelf_Strent *)); in process_file()
Dunstrip.c729 Dwelf_Strent *strent;
812 Dwelf_Strent *strent;
1320 Dwelf_Strent *unstripped_strent[unstripped_shnum]; in new_shstrtab()
1913 Dwelf_Strent *unstripped_strent[unstripped_shnum - 1]; in copy_elided_sections()
Dstrip.c999 Dwelf_Strent *se; in handle_elf()