Lines Matching refs:sh_offset
334 uint32_t sh_offset = 0x0; in readSectionHeaders() local
370 sh_offset = shdr->sh_offset; in readSectionHeaders()
373 sh_offset = mcld::bswap32(shdr->sh_offset); in readSectionHeaders()
378 pInput.memArea()->request(pInput.fileOffset() + sh_offset, sh_size); in readSectionHeaders()
389 sh_offset = shdrTab[idx].sh_offset; in readSectionHeaders()
398 sh_offset = mcld::bswap32(shdrTab[idx].sh_offset); in readSectionHeaders()
408 section->setOffset(sh_offset); in readSectionHeaders()
828 uint64_t sh_offset = 0x0; in readSectionHeaders() local
864 sh_offset = shdr->sh_offset; in readSectionHeaders()
867 sh_offset = mcld::bswap64(shdr->sh_offset); in readSectionHeaders()
872 pInput.memArea()->request(pInput.fileOffset() + sh_offset, sh_size); in readSectionHeaders()
883 sh_offset = shdrTab[idx].sh_offset; in readSectionHeaders()
892 sh_offset = mcld::bswap64(shdrTab[idx].sh_offset); in readSectionHeaders()
902 section->setOffset(sh_offset); in readSectionHeaders()