Searched refs:sh_offset (Results 1 – 3 of 3) sorted by relevance
42 offset_t sh_offset; variable70 return sh_offset; in getOffset()127 AR & sh_offset; in serialize() local178 AR & sh_offset; in serialize() local
348 uint32_t sh_offset = 0x0; in readSectionHeaders() local385 sh_offset = shdr->sh_offset; in readSectionHeaders()389 sh_offset = mcld::bswap32(shdr->sh_offset); in readSectionHeaders()394 pInput.fileOffset() + sh_offset, sh_size); in readSectionHeaders()405 sh_offset = shdrTab[idx].sh_offset; in readSectionHeaders()415 sh_offset = mcld::bswap32(shdrTab[idx].sh_offset); in readSectionHeaders()428 section->setOffset(sh_offset); in readSectionHeaders()869 uint64_t sh_offset = 0x0; in readSectionHeaders() local906 sh_offset = shdr->sh_offset; in readSectionHeaders()910 sh_offset = mcld::bswap64(shdr->sh_offset); in readSectionHeaders()[all …]
327 shdr[sectIdx].sh_offset = ld_sect->offset(); in emitSectionHeader()