/third_party/elfutils/libelf/ |
H A D | elf-knowledge.h | 76 ((Ehdr)->e_machine == EM_ALPHA \ 77 || ((Ehdr)->e_machine == EM_S390 \
|
H A D | gelf_getehdr.c | 75 COPY (e_machine); in __gelf_getehdr_rdlock()
|
H A D | gelf_update_ehdr.c | 82 COPY (e_machine); in gelf_update_ehdr()
|
/third_party/elfutils/tests/ |
H A D | newfile.c | 38 ehdr->e_machine, in print_ehdr() 117 ZERO_TEST (e_machine); in main() 149 ZERO_TEST (e_machine); in main()
|
H A D | saridx.c | 216 (ehdr.e_machine >= (sizeof (machines) in main() 218 || machines[ehdr.e_machine] == NULL) in main() 220 : machines[ehdr.e_machine]); in main()
|
H A D | update2.c | 76 ehdr->e_type, ehdr->e_machine, ehdr->e_version, ehdr->e_entry, in main() 136 ehdr->e_type, ehdr->e_machine, ehdr->e_version, ehdr->e_entry, in main()
|
H A D | update1.c | 75 ehdr->e_type, ehdr->e_machine, ehdr->e_version, ehdr->e_entry, in main() 113 ehdr->e_type, ehdr->e_machine, ehdr->e_version, ehdr->e_entry, in main()
|
H A D | update3.c | 85 ehdr->e_type, ehdr->e_machine, ehdr->e_version, ehdr->e_entry, in main() 191 ehdr->e_type, ehdr->e_machine, ehdr->e_version, ehdr->e_entry, in main()
|
H A D | update4.c | 89 ehdr->e_type, ehdr->e_machine, ehdr->e_version, ehdr->e_entry, in main() 343 ehdr->e_type, ehdr->e_machine, ehdr->e_version, ehdr->e_entry, in main()
|
H A D | vendorelf.c | 73 ehdr->e_machine = EM_X86_64; in check_elf()
|
H A D | asm-tst2.c | 44 .e_machine = EM_386,
|
H A D | asm-tst1.c | 44 .e_machine = EM_386,
|
H A D | elfshphehdr.c | 86 ehdr.e_machine = EM_386; in test()
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getcfi.c | 63 cfi->e_machine = ehdr.e_machine; in dwarf_getcfi()
|
H A D | dwarf_getcfi_elf.c | 61 cfi->e_machine = ehdr->e_machine; in allocate_cfi()
|
H A D | cfi.h | 111 uint16_t e_machine; member
|
/third_party/elfutils/libebl/ |
H A D | eblopenbackend.c | 288 /* XXX Currently all we do is to look at 'e_machine' value in the in openbackend() 306 assert (offsetof (Elf32_Ehdr, e_machine) in openbackend() 307 == offsetof (Elf64_Ehdr, e_machine)); in openbackend() 308 assert (sizeof (((Elf32_Ehdr *) 0)->e_machine) in openbackend() 309 == sizeof (((Elf64_Ehdr *) 0)->e_machine)); in openbackend() 322 result->machine = elf->state.elf32.ehdr->e_machine; in openbackend() 369 return openbackend (elf, NULL, ehdr->e_machine); in ebl_openbackend()
|
H A D | eblobjnote.c | 417 && (ehdr.e_machine == EM_386 in ebl_object_note() 418 || ehdr.e_machine == EM_X86_64)) in ebl_object_note() 485 && ehdr.e_machine == EM_AARCH64) in ebl_object_note()
|
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.cc | 112 /// Convert the value of the e_machine field of GElf_Ehdr into a 116 /// @param e_machine the value of GElf_Ehdr::e_machine. 118 /// @return the string representation of GElf_Ehdr::e_machine. 120 e_machine_to_string(GElf_Half e_machine) in e_machine_to_string() argument 122 switch (e_machine) in e_machine_to_string() 295 o << "elf-unknown-arch-value-" << e_machine; in e_machine_to_string() local 967 return (elf_header && elf_header->e_machine == EM_PPC64); in architecture_is_ppc64() 980 return (elf_header && elf_header->e_machine == EM_PPC); in architecture_is_ppc32() 993 return (elf_header && elf_header->e_machine in architecture_is_arm32() [all...] |
H A D | abg-elf-helpers.h | 62 e_machine_to_string(GElf_Half e_machine);
|
/third_party/ltp/libs/libltpvdso/ |
H A D | parse_vdso.c | 109 if ((hdr->e_machine == EM_ALPHA in vdso_init_from_sysinfo_ehdr() 110 || hdr->e_machine == EM_S390) in vdso_init_from_sysinfo_ehdr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELF.h | 158 return getHeader()->e_machine == ELF::EM_MIPS && in isMipsELF64() 433 return getELFRelocationTypeName(getHeader()->e_machine, Type); in getRelocationTypeName() 469 return getELFRelativeRelocationType(getHeader()->e_machine); in getRelativeRelocationType() 603 getHeader()->e_machine, Section->sh_type))) in getStringTable() 645 object::getELFSectionTypeName(getHeader()->e_machine, in getSHNDXTable()
|
H A D | ELFObjectFile.h | 506 if ((Header->e_machine == ELF::EM_ARM || Header->e_machine == ELF::EM_MIPS) && in getSymbolValueImpl() 553 return EF.getHeader()->e_machine; in getEMachine() 633 if (EF.getHeader()->e_machine == ELF::EM_ARM) { in getSymbolFlags() 908 return getELFRelocationTypeName(EF.getHeader()->e_machine, Type); in getRelocationTypeName() 1060 switch (EF.getHeader()->e_machine) { in getFileFormatName() 1092 switch (EF.getHeader()->e_machine) { in getFileFormatName() 1124 switch (EF.getHeader()->e_machine) { in getArch()
|
/third_party/elfutils/libasm/ |
H A D | asm_begin.c | 100 ehdr->e_machine = ebl_get_elfmachine (ebl); in prepare_binary_output()
|
/third_party/elfio/elfio/ |
H A D | elfio_header.hpp | 136 ELFIO_GET_SET_ACCESS( Elf_Half, machine, header.e_machine );
|