Searched defs:relocations (Results 1 - 5 of 5) sorted by relevance

/external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
H A DCOFF_Thumb.s93 .global relocations
94 relocations: label
97 # rtdyld-check: *{4}relocations = function - section_addr(COFF_Thumb.s.tmp.obj, .text)
102 .long relocations(secrel32) @ IMAGE_REL_ARM_SECREL
103 # rtdyld-check: *{4}rel10 = relocations - section_addr(COFF_Thumb.s.tmp.obj, .data)
105 .secrel32 relocations @ IMAGE_REL_ARM_SECREL
106 # rtdyld-check: *{4}rel11 = relocations - section_addr(COFF_Thumb.s.tmp.obj, .data)
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DCOFF_i386.s57 .global relocations
58 relocations: label
66 # rtdyld-check: *{4}rel7 = relocations - section_addr(COFF_i386.s.tmp.obj, .data)
67 .secrel32 relocations // IMAGE_REL_I386_SECREL
/external/llvm/include/llvm/Object/
H A DObjectFile.h39 /// of relocations in the object file.
104 iterator_range<relocation_iterator> relocations() const { function in class:llvm::object::SectionRef
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp99 typedef std::vector<COFFRelocation> relocations; typedef in namespace:__anon12868
109 relocations Relocations;
627 // away any relocations to functions.
728 // Turn relocations for temporary symbols into section relocations.
777 // generate the relocations however the rest of the MSVC toolchain is
788 // offset by 4 on ARM, however, because there is no RELA relocations, all
/external/swiftshader/third_party/LLVM/lib/MC/
H A DWinCOFFObjectWriter.cpp92 typedef std::vector<COFFRelocation> relocations; typedef in namespace:__anon19950
102 relocations Relocations;
235 // if it has relocations pointing at it, keep it
237 assert(Section->Number != -1 && "Sections with relocations must be real!");
686 // Turn relocations for temporary symbols into section relocations.
812 for (relocations::iterator cr = Sec->Relocations.begin(),
865 for (relocations::const_iterator k = (*i)->Relocations.begin(),

Completed in 340 milliseconds