Lines Matching refs:ELFSectionHeaderInfo
533 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()
1491 const ELFSectionHeaderInfo *reloc_header = GetSectionHeaderByIndex(reloc_id); in GetSymtab()
1704 ObjectFileELF::DumpELFSectionHeader(Stream *s, const ELFSectionHeaderInfo &sh) in DumpELFSectionHeader()