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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h315 const elf::ELFSectionHeader *debug_hdr,
H A DObjectFileELF.cpp2555 const ELFSectionHeader *symtab_hdr, const ELFSectionHeader *debug_hdr,
2663 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); local
2664 if (!debug_hdr)
2686 ApplyRelocations(thetab, &m_header, rel_hdr, symtab_hdr, debug_hdr,
2553 ApplyRelocations( Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, const ELFSectionHeader *symtab_hdr, const ELFSectionHeader *debug_hdr, DataExtractor &rel_data, DataExtractor &symtab_data, DataExtractor &debug_data, Section *rel_section) argument

Completed in 214 milliseconds