Home
last modified time | relevance | path

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

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