Home
last modified time | relevance | path

Searched refs:Ebl_Strent (Results 1 – 11 of 11) sorted by relevance

/external/elfutils/libebl/
Deblstrtab.c36 struct Ebl_Strent struct
40 struct Ebl_Strent *next; argument
41 struct Ebl_Strent *left; argument
42 struct Ebl_Strent *right; argument
57 struct Ebl_Strent *root; argument
64 struct Ebl_Strent null;
136 static struct Ebl_Strent *
139 struct Ebl_Strent *newstr; in newstring()
144 align = ((__alignof__ (struct Ebl_Strent) in newstring()
146 & (__alignof__ (struct Ebl_Strent) - 1))) in newstring()
[all …]
Dlibebl.h208 struct Ebl_Strent;
217 extern struct Ebl_Strent *ebl_strtabadd (struct Ebl_Strtab *st,
225 extern size_t ebl_strtaboffset (struct Ebl_Strent *se);
228 extern const char *ebl_string (struct Ebl_Strent *se);
/external/elfutils/libasm/
DlibasmP.h72 struct Ebl_Strent *strent;
194 struct Ebl_Strent *strent;
202 struct Ebl_Strent *strent;
Dasm_end.c45 struct Ebl_Strent *symscn_strent = NULL; in binary_end()
46 struct Ebl_Strent *strscn_strent = NULL; in binary_end()
47 struct Ebl_Strent *xndxscn_strent = NULL; in binary_end()
49 struct Ebl_Strent *shstrscn_strent; in binary_end()
/external/elfutils/tests/
Dupdate4.c42 struct Ebl_Strent *firstse; in main()
43 struct Ebl_Strent *secondse; in main()
44 struct Ebl_Strent *thirdse; in main()
45 struct Ebl_Strent *fourthse; in main()
46 struct Ebl_Strent *shstrtabse; in main()
Dupdate3.c41 struct Ebl_Strent *shstrtabse; in main()
/external/elfcopy/
Delfcopy.h41 struct Ebl_Strent *se; /* contribution to shstr section */
64 struct Ebl_Strent **symse;
Delfcopy.c365 (struct Ebl_Strent **)MALLOC( in adjust_elf()
367 sizeof(struct Ebl_Strent *)); in adjust_elf()
1813 (struct Ebl_Strent **)CALLOC( in do_build_dynamic_segment_strings()
1815 sizeof(struct Ebl_Strent *)); in do_build_dynamic_segment_strings()
/external/elfutils/src/
Dld.h82 struct Ebl_Strent *sonameent;
198 struct Ebl_Strent **verdefent;
689 struct Ebl_Strent *nameent;
745 struct Ebl_Strent *rxxpath_strent;
954 struct Ebl_Strent *nameent;
Dldgeneric.c85 static struct Ebl_Strent **symstrent;
1132 fileinfo->verdefent = (struct Ebl_Strent **) in add_relocatable_file()
1134 sizeof (struct Ebl_Strent *) * (nversions + 1)); in add_relocatable_file()
3140 reduce_symbol_p (XElf_Sym *sym, struct Ebl_Strent *strent) in reduce_symbol_p()
3678 struct Ebl_Strent *symtab_ent = NULL; in ld_generic_create_outfile()
3679 struct Ebl_Strent *xndx_ent = NULL; in ld_generic_create_outfile()
3680 struct Ebl_Strent *strtab_ent = NULL; in ld_generic_create_outfile()
3681 struct Ebl_Strent *shstrtab_ent; in ld_generic_create_outfile()
3772 symstrent = (struct Ebl_Strent **) xcalloc (nsym_allocated, in ld_generic_create_outfile()
3773 sizeof (struct Ebl_Strent *)); in ld_generic_create_outfile()
[all …]
Dstrip.c389 struct Ebl_Strent *se; in handle_elf()