Lines Matching refs:sh_offset
891 if (lastoffset < shdr.sh_offset + filesz) in handle_debug_relocs()
892 lastoffset = shdr.sh_offset + filesz; in handle_debug_relocs()
923 shdr.sh_offset = ((lastoffset + shdr.sh_addralign - 1) in handle_debug_relocs()
933 lastoffset = shdr.sh_offset + filesz; in handle_debug_relocs()
934 *last_offset = shdr.sh_offset; in handle_debug_relocs()
1282 shdr_info[cnt].shdr.sh_offset = 0; in handle_elf()
1776 shdr_info[cnt].shdr.sh_offset = 0; in handle_elf()
1838 shdr_info[cnt].shdr.sh_offset = 0; in handle_elf()
2127 if (shdr_info[cnt].shdr.sh_offset == 0) in handle_elf()
2128 shdr_info[cnt].shdr.sh_offset in handle_elf()
2140 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz) in handle_elf()
2141 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz; in handle_elf()
2155 if (shdr_info[cnt].shdr.sh_offset == 0) in handle_elf()
2156 shdr_info[cnt].shdr.sh_offset in handle_elf()
2168 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz) in handle_elf()
2169 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz; in handle_elf()
2515 lastsec_offset = shdr_info[shdridx].shdr.sh_offset; in handle_elf()