Home
last modified time | relevance | path

Searched refs:sh_offset (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp334 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()
[all …]
DELFObjectWriter.cpp319 shdr[sectIdx].sh_offset = ld_sect->offset(); in emitSectionHeader()