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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp333 uint32_t sh_flags = 0x0; local
388 sh_flags = shdrTab[idx].sh_flags;
397 sh_flags = mcld::bswap32(shdrTab[idx].sh_flags);
406 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign);
827 uint64_t sh_flags = 0x0; local
882 sh_flags = shdrTab[idx].sh_flags;
891 sh_flags
[all...]
H A DELFObjectWriter.cpp317 shdr[sectIdx].sh_flags = ld_sect->flag();

Completed in 1129 milliseconds