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

  /external/llvm/test/MC/ARM/
elf-thumbfunc-reloc.s 19 @@ make sure an R_ARM_THM_CALL relocation is generated for the call to g
  /frameworks/compile/linkloader/include/impl/
ELFSectionRelTable.hxx 102 rel->getType() == R_ARM_THM_CALL) {
ELFObject.hxx 174 case R_ARM_THM_CALL:
261 // Relocate the R_ARM_THM_CALL relocation type
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 215 Type = ELF::R_ARM_THM_CALL;
  /external/llvm/include/llvm/Support/
ELF.h 479 R_ARM_THM_CALL = 0x0a,
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 619 case llvm::ELF::R_ARM_THM_CALL:
    [all...]

Completed in 35 milliseconds