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

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonELFObjectWriter.cpp 68 return ELF::R_HEX_32_PCREL;
72 return IsPCRel ? ELF::R_HEX_32_PCREL : ELF::R_HEX_32;
77 return ELF::R_HEX_32_PCREL;
160 return ELF::R_HEX_32_PCREL;
  /external/llvm/test/MC/Hexagon/
relocations.s 79 # CHECK: R_HEX_32_PCREL
80 r_hex_32_pcrel: label
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 384 case llvm::ELF::R_HEX_32_PCREL:
662 case llvm::ELF::R_HEX_32_PCREL:
  /art/runtime/
elf.h     [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 938 R_HEX_32_PCREL = 31
    [all...]

Completed in 345 milliseconds