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

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h111 word_t sh_flags; member in class:ELFSectionHeader
126 AR & sh_flags; local
141 return sh_flags;
162 xword_t sh_flags; member in class:ELFSectionHeader
177 AR & sh_flags; local
192 return sh_flags;
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp362 uint32_t sh_flags = 0x0; local
421 sh_flags = shdrTab[idx].sh_flags;
431 sh_flags = mcld::bswap32(shdrTab[idx].sh_flags);
442 sh_flags,
918 uint64_t sh_flags = 0x0; local
977 sh_flags = shdrTab[idx].sh_flags;
987 sh_flags
[all...]

Completed in 61 milliseconds