Searched refs:sectionToShdr_ (Results 1 – 2 of 2) sorted by relevance
579 sectionToShdr_[secName] = curShdr; in PackELFSections()654 …std::max(segmentToMaxOffset[segName], sectionToShdr_[s.first].sh_offset + sectionToShdr_[s.first].… in PackELFSegment()656 …std::max(segmentToMaxAddress[segName], sectionToShdr_[s.first].sh_addr + sectionToShdr_[s.first].s… in PackELFSegment()657 offset = std::min(offset, sectionToShdr_[s.first].sh_offset); in PackELFSegment()
80 std::map<ElfSecName, llvm::ELF::Elf64_Shdr> sectionToShdr_; variable