sec_reloc         578 arch/mips/boot/tools/relocs.c 	struct section *sec_reloc;
sec_reloc         580 arch/mips/boot/tools/relocs.c 	sec_reloc = sec_lookup(".data.reloc");
sec_reloc         581 arch/mips/boot/tools/relocs.c 	if (!sec_reloc)
sec_reloc         584 arch/mips/boot/tools/relocs.c 	size_reserved = sec_reloc->shdr.sh_size;
sec_reloc         607 arch/mips/boot/tools/relocs.c 		if (fseek(outf, sec_reloc->shdr.sh_offset, SEEK_SET) < 0) {
sec_reloc         609 arch/mips/boot/tools/relocs.c 				sec_reloc->shdr.sh_offset, strerror(errno));