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

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 9055 Elf_External_Sym_Shndx *locsym_shndx;
11463 flinfo->locsym_shndx);
12636 free (flinfo->locsym_shndx);
13156 flinfo.locsym_shndx = (Elf_External_Sym_Shndx *) bfd_malloc (amt);
13157 if (flinfo.locsym_shndx == NULL)
9043 Elf_External_Sym_Shndx *locsym_shndx; member in struct:elf_final_link_info
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 9047 Elf_External_Sym_Shndx *locsym_shndx;
11442 flinfo->locsym_shndx);
12615 free (flinfo->locsym_shndx);
13124 flinfo.locsym_shndx = (Elf_External_Sym_Shndx *) bfd_malloc (amt);
13125 if (flinfo.locsym_shndx == NULL)
9035 Elf_External_Sym_Shndx *locsym_shndx; member in struct:elf_final_link_info
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 8978 Elf_External_Sym_Shndx *locsym_shndx;
11378 flinfo->locsym_shndx);
12542 free (flinfo->locsym_shndx);
13051 flinfo.locsym_shndx = (Elf_External_Sym_Shndx *) bfd_malloc (amt);
13052 if (flinfo.locsym_shndx == NULL)
8966 Elf_External_Sym_Shndx *locsym_shndx; member in struct:elf_final_link_info
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 8953 Elf_External_Sym_Shndx *locsym_shndx;
11353 flinfo->locsym_shndx);
12520 free (flinfo->locsym_shndx);
13029 flinfo.locsym_shndx = (Elf_External_Sym_Shndx *) bfd_malloc (amt);
13030 if (flinfo.locsym_shndx == NULL)
8941 Elf_External_Sym_Shndx *locsym_shndx; member in struct:elf_final_link_info

Completed in 62 milliseconds