Lines Matching refs:relocs
211 unsigned long relocs = 1; in get_stubs_size() local
231 relocs += count_relocs((void *)sechdrs[i].sh_addr, in get_stubs_size()
236 relocs += count_relocs((void *)sechdrs[i].sh_addr, in get_stubs_size()
246 relocs++; in get_stubs_size()
249 relocs++; in get_stubs_size()
253 pr_debug("Looks like a total of %lu stubs, max\n", relocs); in get_stubs_size()
254 return relocs * sizeof(struct ppc64_stub_entry); in get_stubs_size()
293 unsigned long relocs = 1; in get_got_size() local
321 relocs += count_relocs((void *)sechdrs[i].sh_addr, in get_got_size()
333 relocs += count_pcpu_relocs(sechdrs, in get_got_size()
341 pr_debug("Looks like a total of %lu GOT entries, max\n", relocs); in get_got_size()
342 return relocs * sizeof(struct ppc64_got_entry); in get_got_size()