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

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h112 word_t sh_size; member in class:ELFSectionHeader
129 AR & sh_size; local
145 return sh_size;
163 xword_t sh_size; member in class:ELFSectionHeader
180 AR & sh_size; local
196 return sh_size;
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp364 uint32_t sh_size = 0x0; local
376 sh_size = shdr->sh_size;
380 sh_size = mcld::bswap32(shdr->sh_size);
386 shnum = sh_size;
402 sh_size = shdr->sh_size;
406 sh_size = mcld::bswap32(shdr->sh_size);
920 uint64_t sh_size = 0x0; local
[all...]
H A DELFObjectWriter.cpp314 shdr[sectIdx].sh_size = ld_sect->size();

Completed in 77 milliseconds