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

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h111 word_t sh_size; member in class:ELFSectionHeader
128 AR & sh_size; local
144 return sh_size;
162 xword_t sh_size; member in class:ELFSectionHeader
179 AR & sh_size; local
195 return sh_size;
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp349 uint32_t sh_size = 0x0; local
361 sh_size = shdr->sh_size;
365 sh_size = mcld::bswap32(shdr->sh_size);
370 shnum = sh_size;
386 sh_size = shdr->sh_size;
390 sh_size = mcld::bswap32(shdr->sh_size);
870 uint64_t sh_size = 0x0; local
[all...]

Completed in 195 milliseconds