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

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h43 offset_t sh_offset; member in class:ELFSectionHeader_CRTP
71 return sh_offset;
128 AR & sh_offset; local
179 AR & sh_offset; local
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp363 uint32_t sh_offset = 0x0; local
401 sh_offset = shdr->sh_offset;
405 sh_offset = mcld::bswap32(shdr->sh_offset);
410 pInput.fileOffset() + sh_offset, sh_size);
422 sh_offset = shdrTab[idx].sh_offset;
432 sh_offset = mcld::bswap32(shdrTab[idx].sh_offset);
919 uint64_t sh_offset = 0x0; local
[all...]

Completed in 86 milliseconds