HomeSort by relevance Sort by last modified time
    Searched defs:rel_hdr (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf64-sparc.c 48 /* Read relocations for ASECT from REL_HDR. There are RELOC_COUNT of
55 Elf_Internal_Shdr *rel_hdr,
66 allocated = bfd_malloc (rel_hdr->sh_size);
70 if (bfd_seek (abfd, rel_hdr->sh_offset, SEEK_SET) != 0
71 || bfd_bread (allocated, rel_hdr->sh_size, abfd) != rel_hdr->sh_size)
78 entsize = rel_hdr->sh_entsize;
81 count = rel_hdr->sh_size / entsize;
152 Elf_Internal_Shdr *rel_hdr; local
165 rel_hdr = d->rel.hdr
    [all...]
elfcode.h 1483 Elf_Internal_Shdr *rel_hdr; local
    [all...]
elf64-mips.c 3876 Elf_Internal_Shdr *rel_hdr; local
3950 Elf_Internal_Shdr *rel_hdr; local
    [all...]
elf32-tic6x.c 2206 Elf_Internal_Shdr *rel_hdr; local
    [all...]
elf32-spu.c 5089 Elf_Internal_Shdr *rel_hdr; local
    [all...]
elf.c 2634 Elf_Internal_Shdr *rel_hdr; local
    [all...]
elf32-ppc.c 7221 Elf_Internal_Shdr *rel_hdr; local
    [all...]
elf64-ppc.c 7764 Elf_Internal_Shdr *rel_hdr; local
9248 Elf_Internal_Shdr *rel_hdr; local
    [all...]
elflink.c 2269 Elf_Internal_Shdr *rel_hdr = reldata->hdr; local
10071 Elf_Internal_Shdr *rel_hdr; local
    [all...]
elfxx-mips.c 7767 Elf_Internal_Shdr *rel_hdr; local
    [all...]

Completed in 270 milliseconds