Searched refs:ELFSectionHeaderInfo (Results 1 – 2 of 2) sorted by relevance
198 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader struct202 typedef std::vector<ELFSectionHeaderInfo> SectionHeaderColl; argument303 const ELFSectionHeaderInfo *rela_hdr,307 const ELFSectionHeaderInfo *347 const ELFSectionHeaderInfo& sh);
616 const ELFSectionHeaderInfo *dynsym_hdr = GetSectionHeaderByIndex(dynsym_id); in GetImageInfoAddress()690 const ELFSectionHeaderInfo *header = GetSectionHeaderByIndex (dynsym->GetID()); in ParseDependentModules()835 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx]; in GetSectionHeaderInfo()846 const ELFSectionHeaderInfo &header = *I; in GetSectionHeaderInfo()918 const ObjectFileELF::ELFSectionHeaderInfo *940 const ELFSectionHeaderInfo &header = *I; in CreateSections()1273 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in ParseSymbolTable()1454 const ELFSectionHeaderInfo *rel_hdr, in ParseTrampolineSymbols()1471 const ELFSectionHeaderInfo *plt_hdr = GetSectionHeaderByIndex(plt_id); in ParseTrampolineSymbols()1475 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id); in ParseTrampolineSymbols()[all …]