Home
last modified time | relevance | path

Searched refs:Relocations (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp72 int Relocations; member in __anon0672d0950111::COFFSymbol
102 relocations Relocations; member in __anon0672d0950111::COFFSection
213 , Relocations(0) in COFFSymbol()
237 if (Relocations > 0) { in should_keep()
690 ++Reloc.Symb->Relocations; in RecordRelocation()
707 coff_section->Relocations.push_back(Reloc); in RecordRelocation()
785 if (Sec->Relocations.size() > 0) { in WriteObject()
786 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff; in WriteObject()
793 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in WriteObject()
802 offset += COFF::RelocationSize * Sec->Relocations.size(); in WriteObject()
[all …]
DMachObjectWriter.cpp697 std::vector<macho::RelocationEntry> &Relocs = Relocations[it]; in WriteObject()
756 std::vector<macho::RelocationEntry> &Relocs = Relocations[it]; in WriteObject()
DELFObjectWriter.cpp94 std::vector<ELFRelocationEntry> > Relocations; member in __anon98cc56600111::ELFObjectWriter
763 Relocations[Fragment->getParent()].push_back(ERE); in RecordRelocation()
980 if (Relocations[&SD].empty()) in CreateRelocationSections()
1047 std::vector<ELFRelocationEntry> &Relocs = Relocations[SD]; in WriteRelocationsFragment()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp293 std::vector<MachineRelocation> Relocations; member in __anonc80982e60111::JITEmitter
414 Relocations.push_back(MR); in addRelocation()
832 if (!Relocations.empty()) { in finishFunction()
834 NumRelos += Relocations.size(); in finishFunction()
837 for (unsigned i = 0, e = Relocations.size(); i != e; ++i) { in finishFunction()
838 MachineRelocation &MR = Relocations[i]; in finishFunction()
886 TheJIT->getJITInfo().relocate(BufferBegin, &Relocations[0], in finishFunction()
887 Relocations.size(), MemMgr->getGOTBase()); in finishFunction()
929 << Relocations.size() << " relocations\n"); in finishFunction()
931 Relocations.clear(); in finishFunction()
[all …]
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h94 std::vector<object::macho::RelocationEntry> > Relocations; variable
198 Relocations[SD].push_back(MRE); in addRelocation()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp66 Relocations("r", cl::desc("Display the relocation entries in the file")); variable
563 DisassembleObject(o, Relocations); in DumpObject()
564 if (Relocations && !Disassemble) in DumpObject()
645 && !Relocations in main()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp321 Relocations[Value.SectionID].push_back(RelocationEntry( in AddRelocation()
362 resolveRelocationList(Relocations[SectionID], Addr); in reassignSectionAddress()
413 Relocations[Loc->second.first].push_back(Entry); in resolveSymbols()
DRuntimeDyldImpl.h126 DenseMap<unsigned, RelocationList> Relocations; variable
/external/llvm/lib/Target/MBlaze/
DTODO3 - Relocations use 2-byte / 4-byte to terminology in reference to