Home
last modified time | relevance | path

Searched refs:reltab (Results 1 – 1 of 1) sorted by relevance

/linux/arch/mips/boot/tools/
H A Drelocs.c28 Elf_Rel *reltab; member
373 sec->reltab = malloc(sec->shdr.sh_size); in read_relocs()
374 if (!sec->reltab) in read_relocs()
382 if (fread(sec->reltab, 1, sec->shdr.sh_size, fp) != in read_relocs()
387 Elf_Rel *rel = &sec->reltab[j]; in read_relocs()
497 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs()