Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h162 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader struct
166 typedef std::vector<ELFSectionHeaderInfo> SectionHeaderColl; argument
267 const ELFSectionHeaderInfo *rela_hdr,
271 const ELFSectionHeaderInfo *
311 const ELFSectionHeaderInfo& sh);
DObjectFileELF.cpp533 const ELFSectionHeaderInfo *dynsym_hdr = GetSectionHeaderByIndex(dynsym_id); in GetImageInfoAddress()
596 const ELFSectionHeaderInfo *header = GetSectionHeaderByIndex (dynsym->GetID()); in ParseDependentModules()
757 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx]; in GetSectionHeaderInfo()
768 const ELFSectionHeaderInfo &header = *I; in GetSectionHeaderInfo()
840 const ObjectFileELF::ELFSectionHeaderInfo *
862 const ELFSectionHeaderInfo &header = *I; in CreateSections()
1195 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in ParseSymbolTable()
1368 const ELFSectionHeaderInfo *rel_hdr, in ParseTrampolineSymbols()
1385 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); in ParseTrampolineSymbols()
1389 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); in ParseTrampolineSymbols()
[all …]