Home
last modified time | relevance | path

Searched refs:RelocateSection (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp486 RelocateSection(section); in ReadSectionData()
530 RelocateSection(section); in ReadSectionData()
655 void ObjectFile::RelocateSection(lldb_private::Section *section) in RelocateSection() function in ObjectFile
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DObjectFile.h350 virtual void RelocateSection(lldb_private::Section *section);
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h156 void RelocateSection(lldb_private::Section *section) override;
H A DObjectFileELF.cpp2930 void ObjectFileELF::RelocateSection(lldb_private::Section *section) in RelocateSection() function in ObjectFileELF