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

/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DCOFF_i386.s55 .global relocations
56 relocations: label
64 # rtdyld-check: *{4}rel7 = relocations - section_addr(COFF_i386.s.tmp.obj, .data)
65 .secrel32 relocations // IMAGE_REL_I386_SECREL
/external/llvm/include/llvm/Object/
H A DObjectFile.h39 /// of relocations in the object file.
102 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:__anon12377
109 relocations Relocations;
622 // away any relocations to functions.
723 // Turn relocations for temporary symbols into section relocations.
772 // generate the relocations however the rest of the MSVC toolchain is
783 // offset by 4 on ARM, however, because there is no RELA relocations, all

Completed in 165 milliseconds