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

  /external/elfutils/libebl/
eblsectiontypename.c 109 else if (section >= SHT_LOPROC && section <= SHT_HIPROC)
110 snprintf (buf, len, "SHT_LOPROC+%x", section - SHT_LOPROC);
  /external/kmod/port-gnu/
elf.h 351 #define SHT_LOPROC 0x70000000 /* Start of processor-specific */
    [all...]
  /bionic/libc/kernel/uapi/linux/
elf.h 238 #define SHT_LOPROC 0x70000000
  /external/kernel-headers/original/uapi/linux/
elf.h 280 #define SHT_LOPROC 0x70000000
  /external/elfutils/libelf/
elf.h 463 #define SHT_LOPROC 0x70000000 /* Start of processor-specific */
    [all...]
  /external/u-boot/include/
elf.h 291 #define SHT_LOPROC 0x70000000 /* reserved range for processor */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 244 #define SHT_LOPROC 0x70000000 /* reserved range for processor */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 244 #define SHT_LOPROC 0x70000000 /* reserved range for processor */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 721 SHT_LOPROC = 0x70000000, // Lowest processor architecture-specific type.
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 689 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type.
    [all...]
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 381 ECase(SHT_LOPROC)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 690 SHT_LOPROC = 0x70000000, // Lowest processor arch-specific type.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
ELFYAML.cpp 454 ECase(SHT_LOPROC);

Completed in 84 milliseconds