Searched refs:locsym_shndx (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c5832 Elf_External_Sym_Shndx *locsym_shndx;
6876 finfo->locsym_shndx);
7863 finfo.locsym_shndx = NULL;
8206 finfo.locsym_shndx = bfd_malloc (amt);
8207 if (finfo.locsym_shndx == NULL)
8763 if (finfo.locsym_shndx != NULL)
8764 free (finfo.locsym_shndx);
8797 if (finfo.locsym_shndx != NULL)
8798 free (finfo.locsym_shndx);
5822 Elf_External_Sym_Shndx *locsym_shndx; member in struct:elf_final_link_info
/haiku-buildtools/binutils/bfd/
H A Delflink.c7782 Elf_External_Sym_Shndx *locsym_shndx;
9964 flinfo->locsym_shndx);
11255 if (flinfo->locsym_shndx != NULL)
11256 free (flinfo->locsym_shndx);
11342 flinfo.locsym_shndx = NULL;
11705 flinfo.locsym_shndx = (Elf_External_Sym_Shndx *) bfd_malloc (amt);
11706 if (flinfo.locsym_shndx == NULL)
7770 Elf_External_Sym_Shndx *locsym_shndx; member in struct:elf_final_link_info

Completed in 132 milliseconds