Lines Matching defs:shdrInfo
218 ShdrInfo shdrInfo;
219 shdrInfo.addr = static_cast<uint64_t>(shdr.sh_addr);
220 shdrInfo.entSize = static_cast<uint64_t>(shdr.sh_entsize);
221 shdrInfo.size = static_cast<uint64_t>(shdr.sh_size);
222 shdrInfo.offset = static_cast<uint64_t>(shdr.sh_offset);
223 shdrInfoPairs_.emplace(std::make_pair(i, secName), shdrInfo);
279 ShdrInfo shdrInfo;
280 if (!GetSectionInfo(shdrInfo, DYNSTR)) {
283 uintptr_t sonameOffset = shdrInfo.offset + dtSonameOffset_;
284 uint64_t sonameOffsetMax = shdrInfo.offset + dtStrtabSize_;