Searched refs:shndx_buf (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-m32c.c1185 #define OFFSET_FOR_RELOC(rel) m32c_offset_for_reloc (abfd, rel, symtab_hdr, shndx_buf, intsyms)
1190 Elf_External_Sym_Shndx *shndx_buf ATTRIBUTE_UNUSED,
1348 Elf_External_Sym_Shndx *shndx_buf = NULL;
1397 shndx_buf = (Elf_External_Sym_Shndx *) bfd_malloc (amt);
1398 if (shndx_buf == NULL)
1401 || bfd_bread ((PTR) shndx_buf, amt, abfd) != amt)
1403 shndx_hdr->contents = (bfd_byte *) shndx_buf;
1817 if (shndx_buf != NULL)
1820 free (shndx_buf);
1843 if (shndx_buf !
1342 Elf_External_Sym_Shndx *shndx_buf = NULL; local
1866 Elf_External_Sym_Shndx *shndx_buf; local
[all...]
H A Delf32-rx.c1528 rx_offset_for_reloc (abfd, rel + 1, symtab_hdr, shndx_buf, intsyms, \
1535 Elf_External_Sym_Shndx * shndx_buf ATTRIBUTE_UNUSED,
1801 Elf_External_Sym_Shndx * shndx_buf = NULL;
1855 shndx_buf = (Elf_External_Sym_Shndx *) bfd_malloc (amt);
1856 if (shndx_buf == NULL)
1859 || bfd_bread ((PTR) shndx_buf, amt, abfd) != amt)
1861 shndx_hdr->contents = (bfd_byte *) shndx_buf;
2826 if (shndx_buf != NULL)
2829 free (shndx_buf);
1798 Elf_External_Sym_Shndx * shndx_buf = NULL; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-m32c.c1185 #define OFFSET_FOR_RELOC(rel) m32c_offset_for_reloc (abfd, rel, symtab_hdr, shndx_buf, intsyms)
1190 Elf_External_Sym_Shndx *shndx_buf ATTRIBUTE_UNUSED,
1348 Elf_External_Sym_Shndx *shndx_buf = NULL;
1397 shndx_buf = (Elf_External_Sym_Shndx *) bfd_malloc (amt);
1398 if (shndx_buf == NULL)
1401 || bfd_bread ((PTR) shndx_buf, amt, abfd) != amt)
1403 shndx_hdr->contents = (bfd_byte *) shndx_buf;
1817 if (shndx_buf != NULL)
1820 free (shndx_buf);
1843 if (shndx_buf !
1342 Elf_External_Sym_Shndx *shndx_buf = NULL; local
1866 Elf_External_Sym_Shndx *shndx_buf; local
[all...]
H A Delf32-rx.c1531 rx_offset_for_reloc (abfd, rel + 1, symtab_hdr, shndx_buf, intsyms, \
1538 Elf_External_Sym_Shndx * shndx_buf ATTRIBUTE_UNUSED,
1804 Elf_External_Sym_Shndx * shndx_buf = NULL;
1858 shndx_buf = (Elf_External_Sym_Shndx *) bfd_malloc (amt);
1859 if (shndx_buf == NULL)
1862 || bfd_bread ((PTR) shndx_buf, amt, abfd) != amt)
1864 shndx_hdr->contents = (bfd_byte *) shndx_buf;
2829 if (shndx_buf != NULL)
2832 free (shndx_buf);
1801 Elf_External_Sym_Shndx * shndx_buf = NULL; local

Completed in 120 milliseconds