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

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h42 offset_t sh_offset; member in class:ELFSectionHeader_CRTP
70 return sh_offset;
127 AR & sh_offset; local
178 AR & sh_offset; local
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp348 uint32_t sh_offset = 0x0; local
385 sh_offset = shdr->sh_offset;
389 sh_offset = mcld::bswap32(shdr->sh_offset);
394 pInput.fileOffset() + sh_offset, sh_size);
405 sh_offset = shdrTab[idx].sh_offset;
415 sh_offset = mcld::bswap32(shdrTab[idx].sh_offset);
869 uint64_t sh_offset = 0x0; local
[all...]

Completed in 150 milliseconds