Lines Matching refs:sh_addr
98 if (shdr->sh_addr == 0 in __libdwfl_report_elf()
104 shdr->sh_addr = next; in __libdwfl_report_elf()
108 start = base = shdr->sh_addr; in __libdwfl_report_elf()
132 prev_shdr->sh_addr in __libdwfl_report_elf()
134 end = prev_shdr->sh_addr + prev_shdr->sh_size; in __libdwfl_report_elf()
145 end = shdr->sh_addr + shdr->sh_size; in __libdwfl_report_elf()
146 if (likely (shdr->sh_addr != 0) in __libdwfl_report_elf()
153 if (first || end < shdr->sh_addr + shdr->sh_size) in __libdwfl_report_elf()
154 end = shdr->sh_addr + shdr->sh_size; in __libdwfl_report_elf()
155 if (first || bias > shdr->sh_addr) in __libdwfl_report_elf()
157 bias = shdr->sh_addr; in __libdwfl_report_elf()
159 if ((shdr->sh_addr - bias + base) & (align - 1)) in __libdwfl_report_elf()