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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp336 uint32_t shoff = 0x0; local
342 shoff = ehdr->e_shoff;
348 shoff = mcld::bswap32(ehdr->e_shoff);
355 if (0x0 == shoff)
371 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff,
390 shoff += shentsize;
393 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff,
892 uint64_t shoff = 0x0; local
898 shoff = ehdr->e_shoff;
904 shoff
[all...]

Completed in 53 milliseconds