Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:bias

75   GElf_Addr start = 0, end = 0, bias = 0;
102 || (bias == 0 && end > start && end != next))
155 if (first || bias > shdr->sh_addr)
157 bias = shdr->sh_addr;
159 if ((shdr->sh_addr - bias + base) & (align - 1))
164 + (bias & (align - 1)));
171 if (bias != 0)
175 Now just compute the bias from the requested base. */
177 end = end - bias + start;
178 bias = start - bias;
204 bias = base;
248 m->main.bias = bias;
254 if (m->main.bias != base)