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

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h41 word_t sh_type; member in class:ELFSectionHeader_CRTP
63 return sh_type;
125 AR & sh_type; local
176 AR & sh_type; local
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp361 uint32_t sh_type = 0x0; local
420 sh_type = shdrTab[idx].sh_type;
430 sh_type = mcld::bswap32(shdrTab[idx].sh_type);
441 sh_type,
917 uint32_t sh_type = 0x0; local
976 sh_type = shdrTab[idx].sh_type;
986 sh_type
[all...]

Completed in 76 milliseconds