Lines Matching refs:bias
75 GElf_Addr start = 0, end = 0, bias = 0; in __libdwfl_report_elf() local
102 || (bias == 0 && end > start && end != next)) 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()
164 + (bias & (align - 1))); in __libdwfl_report_elf()
171 if (bias != 0) in __libdwfl_report_elf()
177 end = end - bias + start; in __libdwfl_report_elf()
178 bias = start - bias; in __libdwfl_report_elf()
204 bias = base; in __libdwfl_report_elf()
248 m->main.bias = bias; in __libdwfl_report_elf()
254 if (m->main.bias != base) in __libdwfl_report_elf()