Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp309 uint16_t shentsize = 0x0; in readSectionHeaders() local
315 shentsize = ehdr->e_shentsize; in readSectionHeaders()
320 shentsize = mcld::bswap16(ehdr->e_shentsize); 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()
803 uint16_t shentsize = 0x0; in readSectionHeaders() local
809 shentsize = ehdr->e_shentsize; in readSectionHeaders()
814 shentsize = mcld::bswap16(ehdr->e_shentsize); in readSectionHeaders()
837 pInput.memArea()->request(pInput.fileOffset() + shoff, shentsize); in readSectionHeaders()
[all …]