Home
last modified time | relevance | path

Searched refs:GetSegmentData (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h150 lldb_private::DataExtractor GetSegmentData(const elf::ELFProgramHeader &H);
H A DObjectFileELF.cpp3396 DataExtractor ObjectFileELF::GetSegmentData(const ELFProgramHeader &H) { in GetSegmentData() function in ObjectFileELF
3423 auto segment_data = GetSegmentData(H); in GetLoadableData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp181 DataExtractor data = core->GetSegmentData(H); in DoLoadCore()