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

  /bionic/tests/
elf_test.cpp 26 info = ELF32_ST_INFO(STB_LOCAL, STT_HIPROC);
28 ASSERT_EQ(STT_HIPROC, ELF32_ST_TYPE(info));
31 info = ELF64_ST_INFO(STB_LOCAL, STT_HIPROC);
33 ASSERT_EQ(STT_HIPROC, ELF64_ST_TYPE(info));
36 info = ELF32_ST_INFO(STB_LOCAL, STT_HIPROC);
38 ASSERT_EQ(STT_HIPROC, ELF32_ST_TYPE(info));
41 info = ELF64_ST_INFO(STB_LOCAL, STT_HIPROC);
43 ASSERT_EQ(STT_HIPROC, ELF64_ST_TYPE(info));
  /external/elfutils/libebl/
eblsymboltypename.c 64 if (symbol >= STT_LOPROC && symbol <= STT_HIPROC)
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCELFSymbolFlags.h 45 ELF_STT_Hiproc = (ELF::STT_HIPROC << ELF_STT_Shift),
  /bionic/libc/include/
elf.h 522 #define STT_HIPROC 15
  /external/u-boot/include/
elf.h 393 #define STT_HIPROC 15 /* specific symbol types */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 443 #define STT_HIPROC 15 /* specific semantics. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 443 #define STT_HIPROC 15 /* specific semantics. */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h     [all...]
  /external/kmod/port-gnu/
elf.h 495 #define STT_HIPROC 15 /* End of processor-specific */
    [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/elfutils/libelf/
elf.h 607 #define STT_HIPROC 15 /* End of processor-specific */
    [all...]

Completed in 1719 milliseconds