Searched refs:reltab (Results 1 – 1 of 1) sorted by relevance
28 Elf_Rel *reltab; member373 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()