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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delfxx-mips.c2758 size_t extsymoff;
2762 extsymoff = (elf_bad_symtab (input_bfd)) ? 0 : symtab_hdr->sh_info;
2764 if (r_symndx < extsymoff)
2774 elf_sym_hashes (input_bfd) [r_symndx - extsymoff];
3008 size_t extsymoff;
3034 extsymoff = symtab_hdr->sh_info;
3039 extsymoff = 0;
3081 elf_sym_hashes (input_bfd) [r_symndx - extsymoff]);
5040 size_t extsymoff;
5053 extsymoff
2744 size_t extsymoff; local
2991 size_t extsymoff; local
5015 size_t extsymoff; local
5491 size_t extsymoff; local
[all...]
H A Delflink.c2619 bfd_size_type extsymoff;
2652 extsymoff = 0;
2657 extsymoff = hdr->sh_info;
2664 isymbuf = bfd_elf_get_elf_syms (abfd, hdr, extsymcount, extsymoff,
2970 bfd_size_type extsymoff;
3324 extsymoff = 0;
3329 extsymoff = hdr->sh_info;
3335 isymbuf = bfd_elf_get_elf_syms (abfd, hdr, extsymcount, extsymoff,
3374 ever = extversym != NULL ? extversym + extsymoff : NULL;
5942 bfd_size_type extsymoff;
2612 bfd_size_type extsymoff; local
2961 bfd_size_type extsymoff; local
5932 bfd_size_type extsymoff; local
6455 size_t extsymoff; local
8442 size_t extsymoff; local
[all...]
H A Delf-bfd.h514 size_t extsymoff;
512 size_t extsymoff; member in struct:elf_reloc_cookie
H A Delf-eh-frame.c491 r_symndx -= cookie->extsymoff;

Completed in 116 milliseconds