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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp334 uint32_t sh_offset = 0x0; local
370 sh_offset = shdr->sh_offset;
373 sh_offset = mcld::bswap32(shdr->sh_offset);
378 pInput.memArea()->request(pInput.fileOffset() + sh_offset, sh_size);
389 sh_offset = shdrTab[idx].sh_offset;
398 sh_offset = mcld::bswap32(shdrTab[idx].sh_offset);
828 uint64_t sh_offset = 0x0; local
[all...]

Completed in 438 milliseconds