Searched refs:shentsize (Results 1 – 1 of 1) sorted by relevance
309 uint16_t shentsize = 0x0; in readSectionHeaders() local315 shentsize = ehdr->e_shentsize; in readSectionHeaders()320 shentsize = mcld::bswap16(ehdr->e_shentsize); 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()803 uint16_t shentsize = 0x0; in readSectionHeaders() local809 shentsize = ehdr->e_shentsize; in readSectionHeaders()814 shentsize = mcld::bswap16(ehdr->e_shentsize); in readSectionHeaders()837 pInput.memArea()->request(pInput.fileOffset() + shoff, shentsize); in readSectionHeaders()[all …]