reltab             28 arch/mips/boot/tools/relocs.c 	Elf_Rel        *reltab;
reltab            372 arch/mips/boot/tools/relocs.c 		sec->reltab = malloc(sec->shdr.sh_size);
reltab            373 arch/mips/boot/tools/relocs.c 		if (!sec->reltab)
reltab            381 arch/mips/boot/tools/relocs.c 		if (fread(sec->reltab, 1, sec->shdr.sh_size, fp) !=
reltab            386 arch/mips/boot/tools/relocs.c 			Elf_Rel *rel = &sec->reltab[j];
reltab            491 arch/mips/boot/tools/relocs.c 			Elf_Rel *rel = &sec->reltab[j];
reltab             35 arch/x86/tools/relocs.c 	Elf_Rel        *reltab;
reltab            509 arch/x86/tools/relocs.c 		sec->reltab = malloc(sec->shdr.sh_size);
reltab            510 arch/x86/tools/relocs.c 		if (!sec->reltab) {
reltab            518 arch/x86/tools/relocs.c 		if (fread(sec->reltab, 1, sec->shdr.sh_size, fp)
reltab            524 arch/x86/tools/relocs.c 			Elf_Rel *rel = &sec->reltab[j];
reltab            605 arch/x86/tools/relocs.c 			rel = &sec->reltab[j];
reltab            687 arch/x86/tools/relocs.c 			Elf_Rel *rel = &sec->reltab[j];