Home
last modified time | relevance | path

Searched refs:e_machine (Results 1 - 25 of 72) sorted by relevance

123

/third_party/elfutils/libelf/
H A Delf-knowledge.h76 ((Ehdr)->e_machine == EM_ALPHA \
77 || ((Ehdr)->e_machine == EM_S390 \
H A Dgelf_getehdr.c75 COPY (e_machine); in __gelf_getehdr_rdlock()
H A Dgelf_update_ehdr.c82 COPY (e_machine); in gelf_update_ehdr()
/third_party/elfutils/tests/
H A Dnewfile.c38 ehdr->e_machine, in print_ehdr()
117 ZERO_TEST (e_machine); in main()
149 ZERO_TEST (e_machine); in main()
H A Dsaridx.c216 (ehdr.e_machine >= (sizeof (machines) in main()
218 || machines[ehdr.e_machine] == NULL) in main()
220 : machines[ehdr.e_machine]); in main()
H A Dupdate2.c76 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 Dupdate1.c75 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 Dupdate3.c85 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 Dupdate4.c89 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 Dvendorelf.c73 ehdr->e_machine = EM_X86_64; in check_elf()
H A Dasm-tst2.c44 .e_machine = EM_386,
H A Dasm-tst1.c44 .e_machine = EM_386,
H A Delfshphehdr.c86 ehdr.e_machine = EM_386; in test()
/third_party/elfutils/libdw/
H A Ddwarf_getcfi.c63 cfi->e_machine = ehdr.e_machine; in dwarf_getcfi()
H A Ddwarf_getcfi_elf.c61 cfi->e_machine = ehdr->e_machine; in allocate_cfi()
H A Dcfi.h111 uint16_t e_machine; member
/third_party/elfutils/libebl/
H A Deblopenbackend.c288 /* 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 Deblobjnote.c417 && (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 Dabg-elf-helpers.cc112 /// 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 Dabg-elf-helpers.h62 e_machine_to_string(GElf_Half e_machine);
/third_party/ltp/libs/libltpvdso/
H A Dparse_vdso.c109 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 DELF.h158 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 DELFObjectFile.h506 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 Dasm_begin.c100 ehdr->e_machine = ebl_get_elfmachine (ebl); in prepare_binary_output()
/third_party/elfio/elfio/
H A Delfio_header.hpp136 ELFIO_GET_SET_ACCESS( Elf_Half, machine, header.e_machine );

Completed in 12 milliseconds

123