Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h151 lldb_private::DataExtractor GetSegmentData(const elf::ELFProgramHeader &H);
H A DObjectFileELF.cpp3467 DataExtractor ObjectFileELF::GetSegmentData(const ELFProgramHeader &H) { in GetSegmentData() function in ObjectFileELF
3494 auto segment_data = GetSegmentData(H); in GetLoadableData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp192 DataExtractor data = core->GetSegmentData(H); in DoLoadCore()