HomeSort by relevance Sort by last modified time
    Searched defs:SHF_OS_NONCONFORMING (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.25/include/elf/
common.h 502 #define SHF_OS_NONCONFORMING (1 << 8) /* OS specific processing required */
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 258 #define SHF_OS_NONCONFORMING 0x100 /* OS-specific processing required. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 258 #define SHF_OS_NONCONFORMING 0x100 /* OS-specific processing required. */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 764 SHF_OS_NONCONFORMING = 0x100U,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 222 SHF_OS_NONCONFORMING = 0x100
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 411 SHF_OS_NONCONFORMING SectionFlag = 0x100 /* OS-specific processing required. */
427 {0x100, "SHF_OS_NONCONFORMING"},
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 222 SHF_OS_NONCONFORMING = 0x100
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 411 SHF_OS_NONCONFORMING SectionFlag = 0x100 /* OS-specific processing required. */
427 {0x100, "SHF_OS_NONCONFORMING"},
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 429 SHF_OS_NONCONFORMING = 0x100,
    [all...]
  /external/elfutils/libelf/
elf.h 366 #define SHF_OS_NONCONFORMING (1 << 8) /* Non-standard OS specific handling
    [all...]
  /external/kmod/port-gnu/
elf.h 365 #define SHF_OS_NONCONFORMING (1 << 8) /* Non-standard OS specific handling
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 361 #define SHF_OS_NONCONFORMING (1 << 8) /* Non-standard OS specific handling
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 363 #define SHF_OS_NONCONFORMING (1 << 8) /* Non-standard OS specific handling
    [all...]

Completed in 367 milliseconds