Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DObjectFile.cpp507 RelocateSection(section); in ReadSectionData()
551 RelocateSection(section); in ReadSectionData()
682 void ObjectFile::RelocateSection(lldb_private::Section *section) in RelocateSection() function in ObjectFile
/external/llvm-project/lldb/include/lldb/Symbol/
DObjectFile.h334 virtual void RelocateSection(lldb_private::Section *section);
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h155 void RelocateSection(lldb_private::Section *section) override;
DObjectFileELF.cpp2834 void ObjectFileELF::RelocateSection(lldb_private::Section *section) in RelocateSection() function in ObjectFileELF