Searched refs:shoff (Results 1 – 1 of 1) sorted by relevance
308 uint32_t shoff = 0x0; in readSectionHeaders() local314 shoff = ehdr->e_shoff; in readSectionHeaders()319 shoff = mcld::bswap32(ehdr->e_shoff); in readSectionHeaders()326 if (shoff == 0x0) in readSectionHeaders()343 pInput.memArea()->request(pInput.fileOffset() + shoff, shentsize); in readSectionHeaders()359 shoff += shentsize; in readSectionHeaders()363 pInput.memArea()->request(pInput.fileOffset() + shoff, shnum * shentsize); in readSectionHeaders()802 uint64_t shoff = 0x0; in readSectionHeaders() local808 shoff = ehdr->e_shoff; in readSectionHeaders()813 shoff = mcld::bswap64(ehdr->e_shoff); in readSectionHeaders()[all …]