Home
last modified time | relevance | path

Searched refs:getAnyRelocationSection (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h190 SectionRef SecB = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation()
216 SectionRef SecA = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp124 SectionRef Sec = Obj.getAnyRelocationSection(RelInfo); in getRelocationValueRef()
/external/llvm/include/llvm/Object/
DMachO.h331 SectionRef getAnyRelocationSection(const MachO::any_relocation_info &RE) const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp775 return section_iterator(getAnyRelocationSection(getRelocation(Rel))); in getRelocationSection()
2049 MachOObjectFile::getAnyRelocationSection( in getAnyRelocationSection() function in MachOObjectFile
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6996 SectionRef RelocSection = Obj->getAnyRelocationSection(RE); in findUnwindRelocNameAddend()