Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp2291 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in ParseSymbolTable() local
2292 assert(symtab_hdr->sh_type == SHT_SYMTAB || in ParseSymbolTable()
2293 symtab_hdr->sh_type == SHT_DYNSYM); in ParseSymbolTable()
2296 user_id_t strtab_id = symtab_hdr->sh_link; in ParseSymbolTable()
2307 size_t num_symbols = symtab_data.GetByteSize() / symtab_hdr->sh_entsize; in ParseSymbolTable()
2555 const ELFSectionHeader *symtab_hdr, const ELFSectionHeader *debug_hdr, in ApplyRelocations() argument
2659 const ELFSectionHeader *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in RelocateDebugSections() local
2660 if (!symtab_hdr) in RelocateDebugSections()
2686 ApplyRelocations(thetab, &m_header, rel_hdr, symtab_hdr, debug_hdr, in RelocateDebugSections()
DObjectFileELF.h314 const elf::ELFSectionHeader *symtab_hdr,