HomeSort by: relevance | last modified time | path
    Searched defs:shndx_buf (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-m32c.c 1294 #define OFFSET_FOR_RELOC(rel) m32c_offset_for_reloc (abfd, rel, symtab_hdr, shndx_buf, intsyms)
1299 bfd_byte *shndx_buf ATTRIBUTE_UNUSED,
1456 bfd_byte *shndx_buf = NULL;
1517 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt);
1518 if (shndx_buf == NULL)
1520 shndx_hdr->contents = shndx_buf;
1931 if (shndx_buf != NULL)
1934 free (shndx_buf);
1955 if (shndx_buf != NULL)
1958 free (shndx_buf);
1450 bfd_byte *shndx_buf = NULL; local
1976 Elf_External_Sym_Shndx *shndx_buf; local
    [all...]
elf32-rl78.c 1845 rl78_offset_for_reloc (abfd, rel + 1, symtab_hdr, shndx_buf, intsyms, \
1852 bfd_byte * shndx_buf ATTRIBUTE_UNUSED,
2100 bfd_byte * shndx_buf = NULL;
2164 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt);
2165 if (shndx_buf == NULL)
2167 shndx_hdr->contents = shndx_buf;
2588 if (shndx_buf != NULL)
2591 free (shndx_buf);
2094 bfd_byte * shndx_buf = NULL; local
elf32-rx.c 1754 rx_offset_for_reloc (abfd, rel + 1, symtab_hdr, shndx_buf, intsyms, \
1761 bfd_byte * shndx_buf ATTRIBUTE_UNUSED,
2026 bfd_byte *shndx_buf = NULL;
2090 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt);
2091 if (shndx_buf == NULL)
2093 shndx_hdr->contents = shndx_buf;
3056 if (shndx_buf != NULL)
3059 free (shndx_buf);
2023 bfd_byte *shndx_buf = NULL; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m32c.c 1289 #define OFFSET_FOR_RELOC(rel) m32c_offset_for_reloc (abfd, rel, symtab_hdr, shndx_buf, intsyms)
1294 bfd_byte *shndx_buf ATTRIBUTE_UNUSED,
1451 bfd_byte *shndx_buf = NULL;
1512 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt);
1513 if (shndx_buf == NULL)
1515 shndx_hdr->contents = shndx_buf;
1926 if (shndx_buf != NULL)
1929 free (shndx_buf);
1950 if (shndx_buf != NULL)
1953 free (shndx_buf);
1445 bfd_byte *shndx_buf = NULL; local
1971 Elf_External_Sym_Shndx *shndx_buf; local
    [all...]
elf32-rl78.c 1840 rl78_offset_for_reloc (abfd, rel + 1, symtab_hdr, shndx_buf, intsyms, \
1847 bfd_byte * shndx_buf ATTRIBUTE_UNUSED,
2097 bfd_byte * shndx_buf = NULL;
2161 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt);
2162 if (shndx_buf == NULL)
2164 shndx_hdr->contents = shndx_buf;
2585 if (shndx_buf != NULL)
2588 free (shndx_buf);
2091 bfd_byte * shndx_buf = NULL; local
elf32-rx.c 1753 rx_offset_for_reloc (abfd, rel + 1, symtab_hdr, shndx_buf, intsyms, \
1760 bfd_byte * shndx_buf ATTRIBUTE_UNUSED,
2027 bfd_byte *shndx_buf = NULL;
2091 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt);
2092 if (shndx_buf == NULL)
2094 shndx_hdr->contents = shndx_buf;
3057 if (shndx_buf != NULL)
3060 free (shndx_buf);
2024 bfd_byte *shndx_buf = NULL; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-m32c.c 1288 #define OFFSET_FOR_RELOC(rel) m32c_offset_for_reloc (abfd, rel, symtab_hdr, shndx_buf, intsyms)
1293 bfd_byte *shndx_buf ATTRIBUTE_UNUSED,
1450 bfd_byte *shndx_buf = NULL;
1511 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt);
1512 if (shndx_buf == NULL)
1514 shndx_hdr->contents = shndx_buf;
1925 if (shndx_buf != NULL)
1928 free (shndx_buf);
1949 if (shndx_buf != NULL)
1952 free (shndx_buf);
1444 bfd_byte *shndx_buf = NULL; local
1970 Elf_External_Sym_Shndx *shndx_buf; local
    [all...]
elf32-rl78.c 1839 rl78_offset_for_reloc (abfd, rel + 1, symtab_hdr, shndx_buf, intsyms, \
1846 bfd_byte * shndx_buf ATTRIBUTE_UNUSED,
2096 bfd_byte * shndx_buf = NULL;
2160 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt);
2161 if (shndx_buf == NULL)
2163 shndx_hdr->contents = shndx_buf;
2584 if (shndx_buf != NULL)
2587 free (shndx_buf);
2090 bfd_byte * shndx_buf = NULL; local
elf32-rx.c 1753 rx_offset_for_reloc (abfd, rel + 1, symtab_hdr, shndx_buf, intsyms, \
1760 bfd_byte * shndx_buf ATTRIBUTE_UNUSED,
2027 bfd_byte *shndx_buf = NULL;
2091 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt);
2092 if (shndx_buf == NULL)
2094 shndx_hdr->contents = shndx_buf;
3057 if (shndx_buf != NULL)
3060 free (shndx_buf);
2024 bfd_byte *shndx_buf = NULL; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-m32c.c 1288 #define OFFSET_FOR_RELOC(rel) m32c_offset_for_reloc (abfd, rel, symtab_hdr, shndx_buf, intsyms)
1293 bfd_byte *shndx_buf ATTRIBUTE_UNUSED,
1450 bfd_byte *shndx_buf = NULL;
1511 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt);
1512 if (shndx_buf == NULL)
1514 shndx_hdr->contents = shndx_buf;
1925 if (shndx_buf != NULL)
1928 free (shndx_buf);
1949 if (shndx_buf != NULL)
1952 free (shndx_buf);
1444 bfd_byte *shndx_buf = NULL; local
1970 Elf_External_Sym_Shndx *shndx_buf; local
    [all...]
elf32-rl78.c 1839 rl78_offset_for_reloc (abfd, rel + 1, symtab_hdr, shndx_buf, intsyms, \
1846 bfd_byte * shndx_buf ATTRIBUTE_UNUSED,
2096 bfd_byte * shndx_buf = NULL;
2160 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt);
2161 if (shndx_buf == NULL)
2163 shndx_hdr->contents = shndx_buf;
2584 if (shndx_buf != NULL)
2587 free (shndx_buf);
2090 bfd_byte * shndx_buf = NULL; local
elf32-rx.c 1753 rx_offset_for_reloc (abfd, rel + 1, symtab_hdr, shndx_buf, intsyms, \
1760 bfd_byte * shndx_buf ATTRIBUTE_UNUSED,
2027 bfd_byte *shndx_buf = NULL;
2091 shndx_buf = _bfd_malloc_and_read (abfd, amt, amt);
2092 if (shndx_buf == NULL)
2094 shndx_hdr->contents = shndx_buf;
3057 if (shndx_buf != NULL)
3060 free (shndx_buf);
2024 bfd_byte *shndx_buf = NULL; local

Completed in 74 milliseconds