Home | History | Annotate | Download | only in src

Lines Matching full:sh_addralign

982       shdr_info[cnt].shdr.sh_addralign = 4;
1042 shdr_info[cnt].shdr.sh_addralign = 1;
1275 = ((lastoffset + shdr_info[cnt].shdr.sh_addralign - 1)
1276 & ~((GElf_Off) (shdr_info[cnt].shdr.sh_addralign - 1)));