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

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h110 word_t sh_flags; member in class:ELFSectionHeader
125 AR & sh_flags; local
140 return sh_flags;
161 xword_t sh_flags; member in class:ELFSectionHeader
176 AR & sh_flags; local
191 return sh_flags;
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp347 uint32_t sh_flags = 0x0; local
404 sh_flags = shdrTab[idx].sh_flags;
414 sh_flags = mcld::bswap32(shdrTab[idx].sh_flags);
425 sh_flags,
868 uint64_t sh_flags = 0x0; local
925 sh_flags = shdrTab[idx].sh_flags;
935 sh_flags
[all...]

Completed in 195 milliseconds