Home
last modified time | relevance | path

Searched refs:debug_hdr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h320 const elf::ELFSectionHeader *debug_hdr,
H A DObjectFileELF.cpp2598 const ELFSectionHeader *symtab_hdr, const ELFSectionHeader *debug_hdr, in ApplyRelocations() argument
2711 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); in RelocateDebugSections() local
2712 if (!debug_hdr) in RelocateDebugSections()
2734 ApplyRelocations(thetab, &m_header, rel_hdr, symtab_hdr, debug_hdr, in RelocateDebugSections()