symtab_sec         96 scripts/sortextable.h 	Elf_Shdr *symtab_sec = NULL;
symtab_sec        140 scripts/sortextable.h 			symtab_sec = shdr + i;
symtab_sec        151 scripts/sortextable.h 	if (symtab_sec == NULL) {
symtab_sec        156 scripts/sortextable.h 				   _r(&symtab_sec->sh_offset));
symtab_sec        178 scripts/sortextable.h 	for (i = 0; i < _r(&symtab_sec->sh_size) / sizeof(Elf_Sym); i++) {
symtab_sec        179 scripts/sortextable.h 		sym = (void *)ehdr + _r(&symtab_sec->sh_offset);