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

/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-ppc.c3872 Elf_Internal_Sym *locsyms = NULL;
4001 if (locsyms == NULL)
4003 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
4004 if (locsyms == NULL)
4005 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
4008 if (locsyms == NULL)
4015 sym = locsyms + r_symndx;
4037 if (locsyms != NULL
4038 && (symtab_hdr->contents != (unsigned char *) locsyms))
4041 free (locsyms);
3862 Elf_Internal_Sym *locsyms = NULL; local
[all...]
H A Delf64-ppc.c5972 Elf_Internal_Sym *locsyms = *locsymsp;
5974 if (locsyms == NULL)
5976 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
5977 if (locsyms == NULL)
5978 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
5981 if (locsyms == NULL)
5983 *locsymsp = locsyms;
5985 sym = locsyms + r_symndx;
6728 Elf_Internal_Sym *locsyms = NULL;
6767 if (!get_sym_h (&h, &sym, &sym_sec, &tls_mask, &locsyms,
5968 Elf_Internal_Sym *locsyms = *locsymsp; local
6724 Elf_Internal_Sym *locsyms = NULL; local
[all...]
H A Delflink.c9557 || ELF_ST_BIND (rcookie->locsyms[r_symndx].st_info) != STB_LOCAL)
9583 isym = &rcookie->locsyms[r_symndx];
9665 cookie.locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
9666 if (cookie.locsyms == NULL && cookie.locsymcount != 0)
9668 cookie.locsyms = bfd_elf_get_elf_syms (abfd, symtab_hdr,
9671 if (cookie.locsyms == NULL)
9723 if (cookie.locsyms != NULL
9724 && symtab_hdr->contents != (unsigned char *) cookie.locsyms)
9727 free (cookie.locsyms);
9729 symtab_hdr->contents = (unsigned char *) cookie.locsyms;
[all...]
H A Delf-bfd.h516 Elf_Internal_Sym *locsyms;
514 Elf_Internal_Sym *locsyms; member in struct:elf_reloc_cookie
/haiku-buildtools/binutils/bfd/
H A Delf32-spu.c531 Elf_Internal_Sym *locsyms = *locsymsp; local
533 if (locsyms == NULL)
535 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
536 if (locsyms == NULL)
537 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
540 if (locsyms == NULL)
542 *locsymsp = locsyms;
544 sym = locsyms + r_symndx;
H A Delf64-ppc.c7514 Elf_Internal_Sym *locsyms = *locsymsp;
7516 if (locsyms == NULL)
7518 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
7519 if (locsyms == NULL)
7520 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
7523 if (locsyms == NULL)
7525 *locsymsp = locsyms;
7527 sym = locsyms + r_symndx;
8447 Elf_Internal_Sym *locsyms = NULL;
8482 if (!get_sym_h (&h, &sym, &sym_sec, &tls_mask, &locsyms,
7510 Elf_Internal_Sym *locsyms = *locsymsp; local
8443 Elf_Internal_Sym *locsyms = NULL; local
[all...]
H A Delf32-ppc.c5401 Elf_Internal_Sym *locsyms = NULL;
5581 if (locsyms == NULL)
5583 locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
5584 if (locsyms == NULL)
5585 locsyms = bfd_elf_get_elf_syms (ibfd, symtab_hdr,
5588 if (locsyms == NULL)
5620 if (locsyms != NULL
5621 && (symtab_hdr->contents != (unsigned char *) locsyms))
5624 free (locsyms);
5626 symtab_hdr->contents = (unsigned char *) locsyms;
5390 Elf_Internal_Sym *locsyms = NULL; local
[all...]
H A Delflink.c67 || ELF_ST_BIND (cookie->locsyms[r_symndx].st_info) != STB_LOCAL)
93 isym = &cookie->locsyms[r_symndx];
12415 cookie->locsyms = (Elf_Internal_Sym *) symtab_hdr->contents;
12416 if (cookie->locsyms == NULL && cookie->locsymcount != 0)
12418 cookie->locsyms = bfd_elf_get_elf_syms (abfd, symtab_hdr,
12421 if (cookie->locsyms == NULL)
12427 symtab_hdr->contents = (bfd_byte *) cookie->locsyms;
12440 if (cookie->locsyms != NULL
12441 && symtab_hdr->contents != (unsigned char *) cookie->locsyms)
12442 free (cookie->locsyms);
[all...]
H A Delf-eh-frame.c1233 || ELF_ST_BIND (cookie->locsyms[r_symndx].st_info) != STB_LOCAL)
1252 sym = &cookie->locsyms[r_symndx];
H A Delf-bfd.h723 Elf_Internal_Sym *locsyms;
721 Elf_Internal_Sym *locsyms; member in struct:elf_reloc_cookie

Completed in 419 milliseconds