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

  /external/elfutils/libebl/
eblsymbolbindingname.c 58 if (binding >= STB_LOPROC && binding <= STB_HIPROC)
59 snprintf (buf, len, "LOPROC+%d", binding - STB_LOPROC);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCELFSymbolFlags.h 34 ELF_STB_Loproc = (ELF::STB_LOPROC << ELF_STB_Shift),
  /bionic/libc/include/
elf.h 479 #define STB_LOPROC 13
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 66 public static final int STB_LOPROC = 13;
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ReadElf.java 66 public static final int STB_LOPROC = 13;
  /external/u-boot/include/
elf.h 379 #define STB_LOPROC 13 /* reserved range for processor */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 428 #define STB_LOPROC 13 /* reserved range for processor */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 428 #define STB_LOPROC 13 /* reserved range for processor */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /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     [all...]
  /external/kmod/port-gnu/
elf.h 478 #define STB_LOPROC 13 /* Start of processor-specific */
    [all...]
  /external/elfutils/libelf/
elf.h 590 #define STB_LOPROC 13 /* Start of processor-specific */
    [all...]

Completed in 77 milliseconds