Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblstrtab.c51 struct Ebl_Strent struct
55 struct Ebl_Strent *next; argument
56 struct Ebl_Strent *left; argument
57 struct Ebl_Strent *right; argument
72 struct Ebl_Strent *root; argument
79 struct Ebl_Strent null;
154 static struct Ebl_Strent *
158 size_t align = ((__alignof__ (struct Ebl_Strent) in newstring()
160 & (__alignof__ (struct Ebl_Strent) - 1))) in newstring()
161 & (__alignof__ (struct Ebl_Strent) - 1)); in newstring()
[all …]
Dlibebl.h300 struct Ebl_Strent;
309 extern struct Ebl_Strent *ebl_strtabadd (struct Ebl_Strtab *st,
317 extern size_t ebl_strtaboffset (struct Ebl_Strent *se);
320 extern const char *ebl_string (struct Ebl_Strent *se);
/external/elfutils/libasm/
DlibasmP.h88 struct Ebl_Strent *strent;
210 struct Ebl_Strent *strent;
218 struct Ebl_Strent *strent;
Dasm_end.c65 struct Ebl_Strent *symscn_strent = NULL; in binary_end()
66 struct Ebl_Strent *strscn_strent = NULL; in binary_end()
67 struct Ebl_Strent *xndxscn_strent = NULL; in binary_end()
69 struct Ebl_Strent *shstrscn_strent; in binary_end()
/external/elfutils/tests/
Dupdate4.c46 struct Ebl_Strent *firstse; in main()
47 struct Ebl_Strent *secondse; in main()
48 struct Ebl_Strent *thirdse; in main()
49 struct Ebl_Strent *fourthse; in main()
50 struct Ebl_Strent *shstrtabse; in main()
Dalldts.c42 struct Ebl_Strent *dynscn; in main()
43 struct Ebl_Strent *shstrtabse; in main()
Delfstrmerge.c49 static struct Ebl_Strent **scnstrents = NULL;
52 static struct Ebl_Strent **symstrents = NULL;
252 scnstrents = malloc (shdrnum * sizeof (struct Ebl_Strent *)); in main()
298 symstrents = malloc (symsnum * sizeof (struct Ebl_Strent *)); in main()
Dupdate3.c46 struct Ebl_Strent *shstrtabse; in main()
/external/elfutils/src/
Dld.h86 struct Ebl_Strent *sonameent;
211 struct Ebl_Strent **verdefent;
714 struct Ebl_Strent *nameent;
770 struct Ebl_Strent *rxxpath_strent;
999 struct Ebl_Strent *nameent;
Delfcompress.c268 struct Ebl_Strent **scnstrents = NULL; in process_file()
269 struct Ebl_Strent **symstrents = NULL; in process_file()
533 * sizeof (struct Ebl_Strent *)); in process_file()
918 symstrents = xmalloc (syms * sizeof (struct Ebl_Strent *)); in process_file()
Dldgeneric.c107 static struct Ebl_Strent **symstrent;
1219 fileinfo->verdefent = (struct Ebl_Strent **) in add_relocatable_file()
1221 sizeof (struct Ebl_Strent *) * (nversions + 1)); in add_relocatable_file()
3348 reduce_symbol_p (XElf_Sym *sym, struct Ebl_Strent *strent) in reduce_symbol_p()
4325 struct Ebl_Strent *symtab_ent = NULL; in ld_generic_create_outfile()
4326 struct Ebl_Strent *xndx_ent = NULL; in ld_generic_create_outfile()
4327 struct Ebl_Strent *strtab_ent = NULL; in ld_generic_create_outfile()
4328 struct Ebl_Strent *shstrtab_ent; in ld_generic_create_outfile()
4420 symstrent = (struct Ebl_Strent **) xcalloc (nsym_allocated, in ld_generic_create_outfile()
4421 sizeof (struct Ebl_Strent *)); in ld_generic_create_outfile()
[all …]
Dunstrip.c689 struct Ebl_Strent *strent;
760 struct Ebl_Strent *strent;
1222 struct Ebl_Strent *unstripped_strent[unstripped_shnum - 1]; in new_shstrtab()
1755 struct Ebl_Strent *unstripped_strent[unstripped_shnum - 1]; in copy_elided_sections()
Dstrip.c435 struct Ebl_Strent *se; in handle_elf()