Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp308 uint32_t shoff = 0x0; in readSectionHeaders() local
314 shoff = ehdr->e_shoff; in readSectionHeaders()
319 shoff = mcld::bswap32(ehdr->e_shoff); in readSectionHeaders()
326 if (shoff == 0x0) 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()
802 uint64_t shoff = 0x0; in readSectionHeaders() local
808 shoff = ehdr->e_shoff; in readSectionHeaders()
813 shoff = mcld::bswap64(ehdr->e_shoff); in readSectionHeaders()
[all …]