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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-ppc.c4213 Elf_Internal_Sym *locsyms = NULL;
4341 if (locsyms == NULL)
4343 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
4344 if (locsyms == NULL)
4345 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
4348 if (locsyms == NULL)
4355 sym = locsyms + r_symndx;
4377 if (locsyms != NULL
4378 && (symtab_hdr->contents != (unsigned char *) locsyms))
4381 free (locsyms);
4198 Elf_Internal_Sym *locsyms = NULL; local
[all...]
H A Delf64-ppc.c5720 Elf_Internal_Sym *locsyms = *locsymsp;
5722 if (locsyms == NULL)
5724 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
5725 if (locsyms == NULL)
5726 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
5729 if (locsyms == NULL)
5731 *locsymsp = locsyms;
5733 sym = locsyms + r_symndx;
6348 Elf_Internal_Sym *locsyms = NULL;
6377 if (!get_sym_h (&h, &sym, &sym_sec, &tls_mask, &locsyms,
5716 Elf_Internal_Sym *locsyms = *locsymsp; local
6344 Elf_Internal_Sym *locsyms = NULL; local
[all...]
H A Delf-bfd.h511 Elf_Internal_Sym *locsyms;
509 Elf_Internal_Sym *locsyms; member in struct:elf_reloc_cookie
H A Delflink.c9107 || ELF_ST_BIND (rcookie->locsyms[r_symndx].st_info) != STB_LOCAL)
9133 isym = &rcookie->locsyms[r_symndx];
9215 cookie.locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
9216 if (cookie.locsyms == NULL && cookie.locsymcount != 0)
9218 cookie.locsyms = bfd_elf_get_elf_syms (abfd, symtab_hdr,
9221 if (cookie.locsyms == NULL)
9273 if (cookie.locsyms != NULL
9274 && symtab_hdr->contents != (unsigned char *) cookie.locsyms)
9277 free (cookie.locsyms);
9279 symtab_hdr->contents = (unsigned char *) cookie.locsyms;
[all...]

Completed in 127 milliseconds