Lines Matching refs:bias
77 GElf_Addr start = 0, end = 0, bias = 0; in __libdwfl_report_elf() local
104 || (bias == 0 && end > start && end != next)) in __libdwfl_report_elf()
157 if (first || bias > shdr->sh_addr) in __libdwfl_report_elf()
159 bias = shdr->sh_addr; in __libdwfl_report_elf()
161 if ((shdr->sh_addr - bias + base) & (align - 1)) in __libdwfl_report_elf()
166 + (bias & (align - 1))); in __libdwfl_report_elf()
173 if (bias != 0) in __libdwfl_report_elf()
179 end = end - bias + start; in __libdwfl_report_elf()
180 bias = start - bias; in __libdwfl_report_elf()
211 bias = start - vaddr; in __libdwfl_report_elf()
257 m->main_bias = bias; in __libdwfl_report_elf()
263 if (m->main_bias != bias in __libdwfl_report_elf()