HomeSort by relevance Sort by last modified time
    Searched refs:ELFOSABI_SYSV (Results 1 - 14 of 14) sorted by null

  /external/valgrind/coregrind/
launcher-linux.c 207 (header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
214 (header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
220 (header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
226 (header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
233 (header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
239 (header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
250 (header.ehdr64.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
257 (header.ehdr64.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
261 (header.ehdr64.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
265 (header.ehdr64.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
    [all...]
  /system/core/libunwindstack/tests/
ElfTestUtils.cpp 42 ehdr->e_ident[EI_OSABI] = ELFOSABI_SYSV;
GenGnuDebugdata.cpp 39 ehdr->e_ident[EI_OSABI] = ELFOSABI_SYSV;
  /external/google-breakpad/src/common/linux/
synth_elf.cc 45 D8(ELFOSABI_SYSV);
synth_elf_unittest.cc 221 TypeParam::kClass, ELFDATA2LSB, EV_CURRENT, ELFOSABI_SYSV,
296 TypeParam::kClass, ELFDATA2LSB, EV_CURRENT, ELFOSABI_SYSV,
  /bionic/libc/include/
elf.h 279 #define ELFOSABI_SYSV 0 /* Synonym for ELFOSABI_NONE used by valgrind. */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 122 #define ELFOSABI_SYSV ELFOSABI_NONE /* symbol used in old spec */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 122 #define ELFOSABI_SYSV ELFOSABI_NONE /* symbol used in old spec */
    [all...]
  /external/elfutils/libelf/
elf.h 140 #define ELFOSABI_SYSV 0 /* Alias. */
    [all...]
  /external/kmod/port-gnu/
elf.h 139 #define ELFOSABI_SYSV 0 /* Alias. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 142 #define ELFOSABI_SYSV 0 /* Alias. */
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 120 ELFOSABI_SYSV = ELFOSABI_NONE
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 120 ELFOSABI_SYSV = ELFOSABI_NONE
    [all...]
  /external/valgrind/perf/
tinycc.c 222 #define ELFOSABI_SYSV 0 /* UNIX System V ABI */
    [all...]

Completed in 389 milliseconds