Searched refs:sh_offset (Results 1 – 2 of 2) sorted by relevance
334 uint32_t sh_offset = 0x0; in readSectionHeaders() local370 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() local864 sh_offset = shdr->sh_offset; in readSectionHeaders()867 sh_offset = mcld::bswap64(shdr->sh_offset); in readSectionHeaders()[all …]
319 shdr[sectIdx].sh_offset = ld_sect->offset(); in emitSectionHeader()