Home
last modified time | relevance | path

Searched defs:symtab_hdr (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2428 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); ParseSymbolTable() local
2774 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) ApplyRelocations() argument
2926 const ELFSectionHeader *symtab_hdr = GetSectionHeaderByIndex(symtab_id); RelocateDebugSections() local