Lines Matching refs:sh_offset
870 if (lastoffset < shdr.sh_offset + filesz) in handle_debug_relocs()
871 lastoffset = shdr.sh_offset + filesz; in handle_debug_relocs()
902 shdr.sh_offset = ((lastoffset + shdr.sh_addralign - 1) in handle_debug_relocs()
912 lastoffset = shdr.sh_offset + filesz; in handle_debug_relocs()
913 *last_offset = shdr.sh_offset; in handle_debug_relocs()
1236 shdr_info[cnt].shdr.sh_offset = 0; in handle_elf()
1725 shdr_info[cnt].shdr.sh_offset = 0; in handle_elf()
1787 shdr_info[cnt].shdr.sh_offset = 0; in handle_elf()
2075 if (shdr_info[cnt].shdr.sh_offset == 0) in handle_elf()
2076 shdr_info[cnt].shdr.sh_offset in handle_elf()
2088 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz) in handle_elf()
2089 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz; in handle_elf()
2103 if (shdr_info[cnt].shdr.sh_offset == 0) in handle_elf()
2104 shdr_info[cnt].shdr.sh_offset in handle_elf()
2116 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz) in handle_elf()
2117 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz; in handle_elf()
2499 lastsec_offset = shdr_info[shdridx].shdr.sh_offset; in handle_elf()