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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 213 uint32_t RelType = (uint32_t) (Rel.Type & 0xffffffffL);
218 bool isExtern = (RelType >> 27) & 1;
239 uint8_t sectionIndex = static_cast<uint8_t>(RelType & 0xFF);
258 if (Arch == Triple::arm && RelType == macho::RIT_ARM_Branch24Bit) {
266 RelType, 0);
276 RelType, 0);
280 AddRelocation(Value, Rel.SectionID, Rel.Offset, RelType);
RuntimeDyldELF.cpp 340 uint32_t RelType = (uint32_t)(Rel.Type & 0xffffffffL);
346 DEBUG(dbgs() << "\t\tRelType: " << RelType
393 (RelType == ELF::R_ARM_PC24 ||
394 RelType == ELF::R_ARM_CALL ||
395 RelType == ELF::R_ARM_JUMP24)) {
405 i->second, RelType, 0);
416 Section.StubOffset, RelType, 0);
420 AddRelocation(Value, Rel.SectionID, Rel.Offset, RelType);
RuntimeDyld.cpp 312 uint32_t RelType) {
317 << " RelType: " << format("%x", RelType)
324 RelType,
330 RelType,
RuntimeDyldImpl.h 184 uintptr_t Offset, uint32_t RelType);
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 41 ELFRelocationEntry(uint64_t RelocOffset, int Idx, unsigned RelType,
43 : r_offset(RelocOffset), Index(Idx), Type(RelType), Symbol(Sym),

Completed in 65 milliseconds