Home
last modified time | relevance | path

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

/external/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()
Delfstrmerge.c380 if (gelf_newehdr (elfnew, gelf_getclass (elf)) == 0) in main()
/external/elfutils/src/
Dsize.c341 int ddigits = length_map[gelf_getclass (elf) - 1][radix_decimal]; in print_header()
342 int xdigits = length_map[gelf_getclass (elf) - 1][radix_hex]; in print_header()
407 const int digits = length_map[gelf_getclass (elf) - 1][radix]; in show_sysv()
532 const int ddigits = length_map[gelf_getclass (elf) - 1][radix_decimal]; in show_bsd()
533 const int xdigits = length_map[gelf_getclass (elf) - 1][radix_hex]; in show_bsd()
573 totals_class = MAX (totals_class, gelf_getclass (elf)); in show_bsd()
Dobjdump.c361 int elfclass = gelf_getclass (ebl->elf); in show_relocs_x()
487 int elfclass = gelf_getclass (ebl->elf); in show_relocs()
770 fname, gelf_getclass (elf) == ELFCLASS32 ? 32 : 64, in handle_elf()
Dnm.c784 int digits = length_map[gelf_getclass (ebl->elf) - 1][radix]; in show_symbols_sysv()
927 int digits = length_map[gelf_getclass (elf) - 1][radix]; in show_symbols_bsd()
1062 int digits = length_map[gelf_getclass (elf) - 1][radix]; in show_symbols_posix()
Dreadelf.c1651 int class = gelf_getclass (ebl->elf); in handle_dynamic()
1836 int class = gelf_getclass (ebl->elf); in handle_relocs_rel()
2026 int class = gelf_getclass (ebl->elf); in handle_relocs_rela()
2255 int class = gelf_getclass (ebl->elf); in handle_symtab()
2547 int class = gelf_getclass (ebl->elf); in handle_verneed()
2643 int class = gelf_getclass (ebl->elf); in handle_verdef()
2708 int class = gelf_getclass (ebl->elf); in handle_versym()
3031 gelf_getclass (ebl->elf) == ELFCLASS32 ? 10 : 18, in print_hash_info()
3219 if (gelf_getclass (ebl->elf) == ELFCLASS64) in handle_gnu_hash()
5429 encoding = gelf_getclass (dbg->elf) == ELFCLASS32 in read_encoded()
[all …]
Dxelf.h316 # define xelf_getclass(elf) gelf_getclass (elf)
Delflint.c496 if (gelf_getclass (ebl->elf) == ELFCLASS32) in check_elf_header()
513 else if (gelf_getclass (ebl->elf) == ELFCLASS64) in check_elf_header()
2128 if (gelf_getclass (ebl->elf) == ELFCLASS64) in check_gnu_hash()
2168 size_t classbits = gelf_getclass (ebl->elf) == ELFCLASS32 ? 32 : 64; in check_gnu_hash()
2304 ? (gelf_getclass (ebl->elf) == ELFCLASS32 in check_hash()
Delfcompress.c569 if (gelf_newehdr (elfnew, gelf_getclass (elf)) == 0) in process_file()
Dstrip.c540 if (unlikely (gelf_newehdr (newelf, gelf_getclass (elf)) == 0) in handle_elf()
564 if (unlikely (gelf_newehdr (debugelf, gelf_getclass (elf)) == 0) in handle_elf()
Dunstrip.c251 ELF_CHECK (gelf_newehdr (outelf, gelf_getclass (inelf)), in copy_elf()
1923 GElf_Off sh_align = gelf_getclass (unstripped) * 4; in copy_elided_sections()
/external/elfutils/libelf/
Dgelf_getclass.c41 gelf_getclass (Elf *elf) in gelf_getclass() function
Dlibelf.map59 gelf_getclass;
DAndroid.bp91 "gelf_getclass.c",
Dgelf.h153 extern int gelf_getclass (Elf *__elf);
DMakefile.am46 gelf_getclass.c elf_getbase.c elf_getident.c \
/external/elfutils/libebl/
Deblobjnote.c108 if (gelf_getclass (ebl->elf) == ELFCLASS32) in ebl_object_note()
/external/elfutils/libdwfl/
Dlinux-core-attach.c218 switch (gelf_getclass (core) == ELFCLASS32 ? 32 : 64) in core_set_initial_registers()
Ddwfl_module_getdwarf.c739 + (gelf_getclass (mod->main.elf) in translate_offs()