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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp321 uint32_t shoff = 0x0; local
327 shoff = ehdr->e_shoff;
333 shoff = mcld::bswap32(ehdr->e_shoff);
340 if (0x0 == shoff)
356 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff,
374 shoff += shentsize;
377 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff,
842 uint64_t shoff = 0x0; local
848 shoff = ehdr->e_shoff;
854 shoff
[all...]

Completed in 266 milliseconds