Lines Matching refs:sh_offset
900 if (lastoffset < shdr.sh_offset + filesz)
901 lastoffset = shdr.sh_offset + filesz;
932 shdr.sh_offset = ((lastoffset + shdr.sh_addralign - 1)
942 lastoffset = shdr.sh_offset + filesz;
943 *last_offset = shdr.sh_offset;
1290 shdr_info[cnt].shdr.sh_offset = 0;
1783 shdr_info[cnt].shdr.sh_offset = 0;
1844 shdr_info[cnt].shdr.sh_offset = 0;
2130 if (shdr_info[cnt].shdr.sh_offset == 0)
2131 shdr_info[cnt].shdr.sh_offset
2143 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz)
2144 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz;
2158 if (shdr_info[cnt].shdr.sh_offset == 0)
2159 shdr_info[cnt].shdr.sh_offset
2171 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz)
2172 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz;
2518 lastsec_offset = shdr_info[shdridx].shdr.sh_offset;