/third_party/elfutils/tests/ |
D | showptable.c | 70 gelf_getclass (elf) == ELFCLASS32 ? 9 : 17, "offset", in main() 71 gelf_getclass (elf) == ELFCLASS32 ? 10 : 18, "vaddr", in main() 72 gelf_getclass (elf) == ELFCLASS32 ? 10 : 18, "paddr", in main() 73 gelf_getclass (elf) == ELFCLASS32 ? 9 : 12, "filesz", in main() 74 gelf_getclass (elf) == ELFCLASS32 ? 9 : 12, "memsz"); in main() 102 gelf_getclass (elf) == ELFCLASS32 ? 9 : 17, in main() 104 gelf_getclass (elf) == ELFCLASS32 ? 10 : 18, in main() 106 gelf_getclass (elf) == ELFCLASS32 ? 10 : 18, in main() 108 gelf_getclass (elf) == ELFCLASS32 ? 9 : 12, in main() 110 gelf_getclass (elf) == ELFCLASS32 ? 9 : 12, in main()
|
D | ecp.c | 55 gelf_newehdr (outelf, gelf_getclass (inelf)); in main()
|
D | sectiondump.c | 165 int class = gelf_getclass (elf); in print_symtab()
|
D | elfshphehdr.c | 63 check_elf ("gelf_getclass", gelf_getclass (elf) == class); in test()
|
D | elfcopy.c | 121 int class = gelf_getclass (elfa); in copy_elf()
|
D | elfstrmerge.c | 398 if (gelf_newehdr (elfnew, gelf_getclass (elf)) == 0) in main()
|
/third_party/elfutils/src/ |
D | size.c | 323 int ddigits = length_map[gelf_getclass (elf) - 1][radix_decimal]; in print_header() 324 int xdigits = length_map[gelf_getclass (elf) - 1][radix_hex]; in print_header() 391 const int digits = length_map[gelf_getclass (elf) - 1][radix]; in show_sysv() 520 const int ddigits = length_map[gelf_getclass (elf) - 1][radix_decimal]; in show_bsd() 521 const int xdigits = length_map[gelf_getclass (elf) - 1][radix_hex]; in show_bsd() 564 totals_class = MAX (totals_class, gelf_getclass (elf)); in show_bsd()
|
D | objdump.c | 348 int elfclass = gelf_getclass (ebl->elf); in show_relocs_x() 474 int elfclass = gelf_getclass (ebl->elf); in show_relocs() 760 fname, gelf_getclass (elf) == ELFCLASS32 ? 32 : 64, in handle_elf()
|
D | nm.c | 764 int digits = length_map[gelf_getclass (ebl->elf) - 1][radix]; in show_symbols_sysv() 932 int digits = length_map[gelf_getclass (elf) - 1][radix]; in show_symbols_bsd() 1067 int digits = length_map[gelf_getclass (elf) - 1][radix]; in show_symbols_posix()
|
D | readelf.c | 1822 int class = gelf_getclass (ebl->elf); in handle_dynamic() 2048 int class = gelf_getclass (ebl->elf); in handle_relocs_rel() 2237 int class = gelf_getclass (ebl->elf); in handle_relocs_rela() 2482 int class = gelf_getclass (ebl->elf); in handle_symtab() 2781 int class = gelf_getclass (ebl->elf); in handle_verneed() 2875 int class = gelf_getclass (ebl->elf); in handle_verdef() 2940 int class = gelf_getclass (ebl->elf); in handle_versym() 3262 gelf_getclass (ebl->elf) == ELFCLASS32 ? 10 : 18, in print_hash_info() 3468 if (gelf_getclass (ebl->elf) == ELFCLASS64) in handle_gnu_hash() 6334 encoding = gelf_getclass (dbg->elf) == ELFCLASS32 in read_encoded() [all …]
|
D | elflint.c | 512 if (gelf_getclass (ebl->elf) == ELFCLASS32) in check_elf_header() 529 else if (gelf_getclass (ebl->elf) == ELFCLASS64) in check_elf_header() 2158 if (gelf_getclass (ebl->elf) == ELFCLASS64) in check_gnu_hash() 2198 size_t classbits = gelf_getclass (ebl->elf) == ELFCLASS32 ? 32 : 64; in check_gnu_hash() 2334 ? (gelf_getclass (ebl->elf) == ELFCLASS32 in check_hash()
|
D | elfcompress.c | 573 if (gelf_newehdr (elfnew, gelf_getclass (elf)) == 0) in process_file()
|
D | strip.c | 1113 if (unlikely (gelf_newehdr (newelf, gelf_getclass (elf)) == 0)) in handle_elf() 1156 if (unlikely (gelf_newehdr (debugelf, gelf_getclass (elf)) == 0)) in handle_elf()
|
D | unstrip.c | 234 ELF_CHECK (gelf_newehdr (outelf, gelf_getclass (inelf)), in copy_elf() 2087 GElf_Off sh_align = gelf_getclass (unstripped) * 4; in copy_elided_sections()
|
/third_party/elfutils/libelf/ |
D | gelf_getclass.c | 41 gelf_getclass (Elf *elf) in gelf_getclass() function
|
D | libelf.map | 59 gelf_getclass;
|
D | gelf.h | 153 extern int gelf_getclass (Elf *__elf);
|
D | Makefile.am | 56 gelf_getclass.c elf_getbase.c elf_getident.c \
|
/third_party/elfutils/libebl/ |
D | eblobjnote.c | 113 if (gelf_getclass (ebl->elf) == ELFCLASS32) in ebl_object_note() 364 int elfclass = gelf_getclass (ebl->elf); in ebl_object_note()
|
/third_party/elfutils/libdwfl/ |
D | linux-core-attach.c | 222 switch (gelf_getclass (core) == ELFCLASS32 ? 32 : 64) in core_set_initial_registers()
|
D | dwfl_module_getdwarf.c | 745 + (gelf_getclass (mod->main.elf) in translate_offs()
|
/third_party/libbpf/src/ |
D | usdt.c | 309 switch (gelf_getclass(elf)) { in sanity_check_usdt_elf()
|
D | btf.c | 1116 switch (gelf_getclass(elf)) {
|
D | libbpf.c | 1432 if (gelf_getclass(elf) != ELFCLASS64) {
|
/third_party/elfutils/ |
D | elfutils_config.gni | 465 "//third_party/elfutils/libelf/gelf_getclass.c",
|