Home
last modified time | relevance | path

Searched refs:gelf_getclass (Results 1 – 25 of 25) sorted by relevance

/third_party/elfutils/tests/
Dshowptable.c70 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()
Decp.c55 gelf_newehdr (outelf, gelf_getclass (inelf)); in main()
Dsectiondump.c165 int class = gelf_getclass (elf); in print_symtab()
Delfshphehdr.c63 check_elf ("gelf_getclass", gelf_getclass (elf) == class); in test()
Delfcopy.c121 int class = gelf_getclass (elfa); in copy_elf()
Delfstrmerge.c398 if (gelf_newehdr (elfnew, gelf_getclass (elf)) == 0) in main()
/third_party/elfutils/src/
Dsize.c323 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()
Dobjdump.c348 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()
Dnm.c764 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()
Dreadelf.c1822 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 …]
Delflint.c512 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()
Delfcompress.c573 if (gelf_newehdr (elfnew, gelf_getclass (elf)) == 0) in process_file()
Dstrip.c1113 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()
Dunstrip.c234 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/
Dgelf_getclass.c41 gelf_getclass (Elf *elf) in gelf_getclass() function
Dlibelf.map59 gelf_getclass;
Dgelf.h153 extern int gelf_getclass (Elf *__elf);
DMakefile.am56 gelf_getclass.c elf_getbase.c elf_getident.c \
/third_party/elfutils/libebl/
Deblobjnote.c113 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/
Dlinux-core-attach.c222 switch (gelf_getclass (core) == ELFCLASS32 ? 32 : 64) in core_set_initial_registers()
Ddwfl_module_getdwarf.c745 + (gelf_getclass (mod->main.elf) in translate_offs()
/third_party/libbpf/src/
Dusdt.c309 switch (gelf_getclass(elf)) { in sanity_check_usdt_elf()
Dbtf.c1116 switch (gelf_getclass(elf)) {
Dlibbpf.c1432 if (gelf_getclass(elf) != ELFCLASS64) {
/third_party/elfutils/
Delfutils_config.gni465 "//third_party/elfutils/libelf/gelf_getclass.c",