Searched refs:sym_shndx (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmipsread.c262 unsigned int sym_shndx; local
275 sym_shndx = bfd_h_get_16 (abfd, (bfd_byte *) x_symp->st_shndx);
276 if (sym_shndx >= (SHN_LORESERVE & 0xffff))
277 sym_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff);
280 if (sym_shndx == SHN_UNDEF)
330 if (sym_shndx == SHN_MIPS_TEXT)
337 else if (sym_shndx == SHN_MIPS_DATA)
344 else if (sym_shndx == SHN_MIPS_ACOMMON)
351 else if (sym_shndx == SHN_ABS)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmipsread.c262 unsigned int sym_shndx; local
275 sym_shndx = bfd_h_get_16 (abfd, (bfd_byte *) x_symp->st_shndx);
276 if (sym_shndx >= (SHN_LORESERVE & 0xffff))
277 sym_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff);
280 if (sym_shndx == SHN_UNDEF)
330 if (sym_shndx == SHN_MIPS_TEXT)
337 else if (sym_shndx == SHN_MIPS_DATA)
344 else if (sym_shndx == SHN_MIPS_ACOMMON)
351 else if (sym_shndx == SHN_ABS)
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dobject.cc1028 unsigned int sym_shndx = this->adjust_sym_shndx(symndx, local
1031 if (!is_ordinary || sym_shndx >= this->shnum())
1034 symndx, sym_shndx);
1037 typename This::Shdr member_shdr(shdrs + sym_shndx * This::shdr_size);
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dobject.cc1029 unsigned int sym_shndx = this->adjust_sym_shndx(symndx, local
1032 if (!is_ordinary || sym_shndx >= this->shnum())
1035 symndx, sym_shndx);
1038 typename This::Shdr member_shdr(shdrs + sym_shndx * This::shdr_size);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dobject.cc1028 unsigned int sym_shndx = this->adjust_sym_shndx(symndx, local
1031 if (!is_ordinary || sym_shndx >= this->shnum())
1034 symndx, sym_shndx);
1037 typename This::Shdr member_shdr(shdrs + sym_shndx * This::shdr_size);

Completed in 224 milliseconds