HomeSort by relevance Sort by last modified time
    Searched refs:EI_OSABI (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/valgrind/coregrind/
launcher-linux.c 207 (header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
208 header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SOLARIS)) {
214 (header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
215 header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_LINUX)) {
220 (header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
221 header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_LINUX)) {
226 (header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
227 header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_LINUX)) {
233 (header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
234 header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_LINUX))
    [all...]
  /external/syslinux/com32/mboot/
solaris.c 42 return eh->e_ident[EI_OSABI] == 6; /* ABI == Solaris */
  /external/elfutils/libebl/
eblsymbolbindingname.c 62 && ident[EI_OSABI] == ELFOSABI_LINUX)
eblsymboltypename.c 68 && ident[EI_OSABI] == ELFOSABI_LINUX)
  /system/core/libunwindstack/tests/
ElfTestUtils.cpp 42 ehdr->e_ident[EI_OSABI] = ELFOSABI_SYSV;
GenGnuDebugdata.cpp 39 ehdr->e_ident[EI_OSABI] = ELFOSABI_SYSV;
  /toolchain/binutils/binutils-2.27/gold/
target.cc 219 // Set the EI_OSABI field of the ELF header if requested.
235 e_ident[elfcpp::EI_OSABI] = osabi;
  /toolchain/binutils/binutils-2.27/binutils/
elfedit.c 164 osabi = elf_header.e_ident[EI_OSABI];
170 (_("%s: Unmatched EI_OSABI: %d is not %d\n"),
175 /* Update e_machine, e_type and EI_OSABI. */
188 ehdr32.e_ident[EI_OSABI] = output_elf_osabi;
197 ehdr64.e_ident[EI_OSABI] = output_elf_osabi;
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-elf.c 112 #define EI_OSABI 7 /* Operating System/ABI indication */
320 unsigned char ei_osabi; member in struct:simple_object_elf_read
344 unsigned char ei_osabi; member in struct:simple_object_elf_attributes
419 eor->ei_osabi = header[EI_OSABI];
595 ret->ei_osabi = eor->ei_osabi;
728 buf[EI_OSABI] = attrs->ei_osabi;
  /external/elfutils/libdwfl/
dwfl_module_getsym.c 128 && ident[EI_OSABI] == ELFOSABI_LINUX)))
  /external/syslinux/com32/include/sys/
elfcommon.h 283 #define EI_OSABI 7
  /bionic/libc/kernel/uapi/linux/
elf.h 287 #define EI_OSABI 7
  /external/elfutils/tests/
elfstrtab.c 168 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU;
newdata.c 98 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU;
  /external/kernel-headers/original/uapi/linux/
elf.h 336 #define EI_OSABI 7
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 341 #define EI_OSABI 7
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 886 return (EF.getHeader()->e_ident[ELF::EI_OSABI] == ELF::ELFOSABI_AMDGPU_HSA
947 && EF.getHeader()->e_ident[ELF::EI_OSABI] == ELF::ELFOSABI_AMDGPU_HSA
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 75 #define EI_OSABI 7 /* Operating system / ABI identification */
103 /* Values for e_ident[EI_OSABI]. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 75 #define EI_OSABI 7 /* Operating system / ABI identification */
103 /* Values for e_ident[EI_OSABI]. */
    [all...]
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 66 Y->Header.OSABI = Obj.getHeader()->e_ident[ELF::EI_OSABI];
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 170 Header.e_ident[EI_OSABI] = Doc.Header.OSABI;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 56 EI_OSABI = 7, // OS/ABI identification.
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-visium.c 726 i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_STANDALONE;
  /toolchain/binutils/binutils-2.27/include/elf/
common.h 59 #define EI_OSABI 7 /* Operating System/ABI indication */
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 982 return (EF.getHeader()->e_ident[ELF::EI_OSABI] == ELF::ELFOSABI_AMDGPU_HSA
    [all...]

Completed in 471 milliseconds

1 2 3 4