Searched defs:shoff (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp308 uint32_t shoff = 0x0; local
314 shoff = ehdr->e_shoff;
319 shoff = mcld::bswap32(ehdr->e_shoff);
326 if (shoff == 0x0)
343 pInput.memArea()->request(pInput.fileOffset() + shoff, shentsize);
359 shoff += shentsize;
363 pInput.memArea()->request(pInput.fileOffset() + shoff, shnum * shentsize);
802 uint64_t shoff = 0x0; local
808 shoff = ehdr->e_shoff;
813 shoff
[all...]

Completed in 26 milliseconds