Lines Matching refs:shoff
308 uint32_t shoff = 0x0; in readSectionHeaders() local
314 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() local
808 shoff = ehdr->e_shoff; in readSectionHeaders()
813 shoff = mcld::bswap64(ehdr->e_shoff); in readSectionHeaders()
820 if (shoff == 0x0) in readSectionHeaders()
837 pInput.memArea()->request(pInput.fileOffset() + shoff, shentsize); in readSectionHeaders()
853 shoff += shentsize; in readSectionHeaders()
857 pInput.memArea()->request(pInput.fileOffset() + shoff, shnum * shentsize); in readSectionHeaders()