Lines Matching refs:secs
38 static struct section *secs; variable
247 sec_strtab = secs[shstrndx].strtab; in sec_name()
250 name = sec_strtab + secs[shndx].shdr.sh_name; in sec_name()
278 struct section *sec = &secs[i]; in sym_lookup()
414 secs = calloc(shnum, sizeof(struct section)); in read_shdrs()
415 if (!secs) { in read_shdrs()
424 struct section *sec = &secs[i]; in read_shdrs()
439 sec->link = &secs[sec->shdr.sh_link]; in read_shdrs()
448 struct section *sec = &secs[i]; in read_strtabs()
473 struct section *sec = &secs[i]; in read_symtabs()
506 struct section *sec = &secs[i]; in read_relocs()
549 struct section *sec = &secs[i]; in print_absolute_symbols()
587 struct section *sec = &secs[i]; in print_absolute_relocs()
596 sec_applies = &secs[sec->shdr.sh_info]; in print_absolute_relocs()
675 struct section *sec = &secs[i]; in walk_relocs()
681 sec_applies = &secs[sec->shdr.sh_info]; in walk_relocs()
731 if (secs[i].shdr.sh_addr != 0) /* non SMP kernel */ in percpu_init()