Searched refs:shdrInfo (Results 1 – 3 of 3) sorted by relevance
217 ShdrInfo shdrInfo; in ParseSectionHeaders() local218 shdrInfo.addr = static_cast<uint64_t>(shdr.sh_addr); in ParseSectionHeaders()219 shdrInfo.entSize = static_cast<uint64_t>(shdr.sh_entsize); in ParseSectionHeaders()220 shdrInfo.size = static_cast<uint64_t>(shdr.sh_size); in ParseSectionHeaders()221 shdrInfo.offset = static_cast<uint64_t>(shdr.sh_offset); in ParseSectionHeaders()222 shdrInfoPairs_.emplace(std::make_pair(i, secName), shdrInfo); in ParseSectionHeaders()278 ShdrInfo shdrInfo; in ParseElfName() local279 if (!GetSectionInfo(shdrInfo, DYNSTR)) { in ParseElfName()282 uintptr_t sonameOffset = shdrInfo.offset + dtSonameOffset_; in ParseElfName()283 uint64_t sonameOffsetMax = shdrInfo.offset + dtStrtabSize_; in ParseElfName()
154 ShdrInfo shdrInfo; variable155 EXPECT_FALSE(elf.GetSectionInfo(shdrInfo, ""));
626 ShdrInfo shdrInfo; in ParseSectionHeaders() local627 shdrInfo.addr = secAddr; in ParseSectionHeaders()628 shdrInfo.offset = secOffset; in ParseSectionHeaders()629 shdrInfo.size = secSize; in ParseSectionHeaders()630 shdrInfoPairs_.emplace(std::make_pair(secIndex, secName), shdrInfo); in ParseSectionHeaders()