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

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonELFObjectWriter.cpp 72 return IsPCRel ? ELF::R_HEX_32_PCREL : ELF::R_HEX_32;
110 return ELF::R_HEX_32;
  /external/llvm/test/MC/Hexagon/
relocations.s 15 # CHECK: R_HEX_32
16 r_hex_32: label
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 260 case llvm::ELF::R_HEX_32:
312 case llvm::ELF::R_HEX_32:
503 // R_HEX_32 and its class of relocations use only addend and symbol value
525 case llvm::ELF::R_HEX_32:
722 if (llvm::ELF::R_HEX_32 == pReloc.type() &&
  /art/runtime/
elf.h     [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 913 R_HEX_32 = 6
    [all...]

Completed in 167 milliseconds