Searched refs:entSize (Results 1 – 3 of 3) sorted by relevance
219 shdrInfo.entSize = static_cast<uint64_t>(shdr.sh_entsize); in ParseSectionHeaders()238 elfShdr.entSize = static_cast<uint64_t>(shdr.sh_entsize); in ParseSectionHeaders()320 uint32_t count = static_cast<uint32_t>((shdr.entSize != 0) ? (shdr.size / shdr.entSize) : 0); in ParseElfSymbols()322 uintptr_t offset = static_cast<uintptr_t>(shdr.offset + idx * shdr.entSize); in ParseElfSymbols()367 … uint32_t count = static_cast<uint32_t>((shdr.entSize != 0) ? (shdr.size / shdr.entSize) : 0); in ParseElfSymbolByAddr()369 uintptr_t offset = static_cast<uintptr_t>(shdr.offset + idx * shdr.entSize); in ParseElfSymbolByAddr()
69 uint64_t entSize = 0; // Entry size if section holds table member74 uint64_t entSize = 0; member
647 elfShdr.entSize = secEntSize; in ParseSectionHeaders()