Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp338 uint32_t sh_addralign = 0x0; in readSectionHeaders() local
393 sh_addralign = shdrTab[idx].sh_addralign; in readSectionHeaders()
402 sh_addralign = mcld::bswap32(shdrTab[idx].sh_addralign); in readSectionHeaders()
406 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign); in readSectionHeaders()
832 uint64_t sh_addralign = 0x0; in readSectionHeaders() local
887 sh_addralign = shdrTab[idx].sh_addralign; in readSectionHeaders()
896 sh_addralign = mcld::bswap64(shdrTab[idx].sh_addralign); in readSectionHeaders()
900 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign); in readSectionHeaders()
DELFObjectWriter.cpp321 shdr[sectIdx].sh_addralign = ld_sect->align(); in emitSectionHeader()