Searched refs:shndx_hdr (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-m32c.c1404 Elf_Internal_Shdr *shndx_hdr;
1434 shndx_hdr = &elf_tdata (abfd)->symtab_shndx_hdr;
1455 if (shndx_hdr->sh_size != 0)
1464 if (bfd_seek (abfd, shndx_hdr->sh_offset, SEEK_SET) != 0
1467 shndx_hdr->contents = (bfd_byte *) shndx_buf;
1883 shndx_hdr->contents = NULL;
1909 shndx_hdr->contents = NULL;
1927 Elf_Internal_Shdr *shndx_hdr;
2007 shndx_hdr = & elf_tdata (abfd)->symtab_shndx_hdr;
2008 shndx_buf = (Elf_External_Sym_Shndx *) shndx_hdr
1398 Elf_Internal_Shdr *shndx_hdr; local
1921 Elf_Internal_Shdr *shndx_hdr; local
[all...]
H A Delf32-m68hc11.c661 Elf_Internal_Shdr *shndx_hdr;
686 shndx_hdr = &elf_tdata (abfd)->symtab_shndx_hdr;
659 Elf_Internal_Shdr *shndx_hdr; local
H A Delf32-v850.c2196 Elf_Internal_Shdr *shndx_hdr;
2221 shndx_hdr = &elf_tdata (abfd)->symtab_shndx_hdr;
2222 shndx = (Elf_External_Sym_Shndx *) shndx_hdr->contents;
2190 Elf_Internal_Shdr *shndx_hdr; local
H A Delf.c329 Elf_Internal_Shdr *shndx_hdr; local
345 shndx_hdr = NULL;
347 shndx_hdr = &elf_tdata (ibfd)->symtab_shndx_hdr;
369 if (shndx_hdr == NULL || shndx_hdr->sh_size == 0)
374 pos = shndx_hdr->sh_offset + symoffset * sizeof (Elf_External_Sym_Shndx);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-m68hc11.c660 Elf_Internal_Shdr *shndx_hdr;
690 shndx_hdr = &elf_tdata (abfd)->symtab_shndx_hdr;
658 Elf_Internal_Shdr *shndx_hdr; local
H A Delf32-v850.c2291 Elf_Internal_Shdr *shndx_hdr;
2316 shndx_hdr = &elf_tdata (abfd)->symtab_shndx_hdr;
2317 shndx = (Elf_External_Sym_Shndx *) shndx_hdr->contents;
2284 Elf_Internal_Shdr *shndx_hdr; local
H A Delf.c322 Elf_Internal_Shdr *shndx_hdr; local
338 shndx_hdr = NULL;
340 shndx_hdr = &elf_tdata (ibfd)->symtab_shndx_hdr;
362 if (shndx_hdr == NULL || shndx_hdr->sh_size == 0)
367 pos = shndx_hdr->sh_offset + symoffset * sizeof (Elf_External_Sym_Shndx);

Completed in 232 milliseconds