Searched refs:st_shndx (Results 1 - 25 of 143) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/common/
H A Dsymbol.c47 if (sym->st_shndx == SHN_UNDEF || sym->st_name == 0)
62 if (type == STT_OBJECT && sym->st_shndx == SHN_ABS &&
/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Dgelf_sym.c92 dst->st_shndx = sym32->st_shndx;
148 sym32->st_shndx = gs->st_shndx;
H A Delf_types.m4229 `st_shndx, HALF',
236 `st_shndx, HALF',
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dresolve.cc91 unsigned int st_shndx, bool is_ordinary,
97 this->u_.from_object.shndx = st_shndx;
115 unsigned st_shndx, bool is_ordinary,
118 this->override_base(sym, st_shndx, is_ordinary, object, version);
130 unsigned int st_shndx, bool is_ordinary,
133 tosym->override(fromsym, st_shndx, is_ordinary, object, version);
141 ssym->override(fromsym, st_shndx, is_ordinary, object, version);
244 unsigned int st_shndx, bool is_ordinary,
261 else if (st_shndx == elfcpp::SHN_UNDEF
295 this->override(to, sym, st_shndx, is_ordinar
90 override_base(const elfcpp::Sym<size, big_endian>& sym, unsigned int st_shndx, bool is_ordinary, Object* object, const char* version) argument
114 override(const elfcpp::Sym<size, big_endian>& sym, unsigned st_shndx, bool is_ordinary, Object* object, const char* version) argument
128 override(Sized_symbol<size>* tosym, const elfcpp::Sym<size, big_endian>& fromsym, unsigned int st_shndx, bool is_ordinary, Object* object, const char* version) argument
242 resolve(Sized_symbol<size>* to, const elfcpp::Sym<size, big_endian>& sym, unsigned int st_shndx, bool is_ordinary, unsigned int orig_st_shndx, Object* object, const char* version) argument
[all...]
H A Dsymtab.cc115 unsigned int st_shndx, bool is_ordinary)
120 this->u_.from_object.shndx = st_shndx;
211 unsigned int st_shndx, bool is_ordinary)
213 this->init_base_object(name, version, object, sym, st_shndx, is_ordinary);
668 // We don't bother to set the st_name or the st_shndx field.
864 unsigned int st_shndx,
928 this->resolve(ret, sym, st_shndx, is_ordinary, orig_st_shndx, object,
951 this->resolve(ret, sym, st_shndx, is_ordinary, orig_st_shndx, object,
986 ret->init_object(name, version, object, sym, st_shndx, is_ordinary);
1018 && st_shndx
113 init_base_object(const char* name, const char* version, Object* object, const elfcpp::Sym<size, big_endian>& sym, unsigned int st_shndx, bool is_ordinary) argument
208 init_object(const char* name, const char* version, Object* object, const elfcpp::Sym<size, big_endian>& sym, unsigned int st_shndx, bool is_ordinary) argument
857 add_from_object(Object* object, const char* name, Stringpool::Key name_key, const char* version, Stringpool::Key version_key, bool is_default_version, const elfcpp::Sym<size, big_endian>& sym, unsigned int st_shndx, bool is_ordinary, unsigned int orig_st_shndx) argument
1080 unsigned int st_shndx = relobj->adjust_sym_shndx(i + symndx_offset, local
1234 unsigned int st_shndx = sym->get_st_shndx(); local
1373 unsigned int st_shndx = dynobj->adjust_sym_shndx(i, psym->get_st_shndx(), local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/elf/
H A Dexternal.h38 /* Special section indices, which may show up in st_shndx fields, among
147 unsigned char st_shndx[2]; /* Associated section index */ member in struct:__anon3518
154 unsigned char st_shndx[2]; /* Associated section index */ member in struct:__anon3519
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/elf/
H A Dexternal.h38 /* Special section indices, which may show up in st_shndx fields, among
147 unsigned char st_shndx[2]; /* Associated section index */ member in struct:__anon885
154 unsigned char st_shndx[2]; /* Associated section index */ member in struct:__anon886
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp_internal.h130 Elf_Half st_shndx; member in struct:elfcpp::internal::Sym_data
139 Elf_Half st_shndx; member in struct:elfcpp::internal::Sym_data
/netbsd-6-1-5-RELEASE/usr.bin/elf2aout/
H A Delf2aout.c420 inbuf[i].st_shndx = bswap16(inbuf[i].st_shndx);
437 if (inbuf[i].st_shndx == SHN_UNDEF)
440 if (inbuf[i].st_shndx == SHN_ABS)
443 if (inbuf[i].st_shndx == SHN_COMMON ||
444 inbuf[i].st_shndx == SHN_MIPS_ACOMMON)
447 outbuf[i].n_type = symTypeTable[inbuf[i].st_shndx];
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Doutput.c282 if (sym.st_shndx != weak->st_shndx)
638 if (sym.st_shndx >= SHN_LORESERVE)
641 if ((newscn = secxlate[sym.st_shndx]) !=
642 sym.st_shndx) {
643 sym.st_shndx =
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-crx.c631 if (isym->st_shndx == sec_shndx
784 if (isym->st_shndx == SHN_UNDEF)
786 else if (isym->st_shndx == SHN_ABS)
788 else if (isym->st_shndx == SHN_COMMON)
791 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
1037 if (isym->st_shndx == SHN_UNDEF)
1039 else if (isym->st_shndx == SHN_ABS)
1041 else if (isym->st_shndx == SHN_COMMON)
1044 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
H A Delf32-ip2k.c286 if (isym->st_shndx == SHN_UNDEF)
288 else if (isym->st_shndx == SHN_ABS)
290 else if (isym->st_shndx == SHN_COMMON)
293 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
605 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
607 if (isym->st_shndx == shndx)
664 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
755 if (isym->st_shndx == shndx
1367 corresponding to the st_shndx field of each local symbol.
H A Delfcode.h193 dst->st_shndx = H_GET_16 (abfd, src->st_shndx);
194 if (dst->st_shndx == (SHN_XINDEX & 0xffff))
198 dst->st_shndx = H_GET_32 (abfd, shndx->est_shndx);
200 else if (dst->st_shndx >= (SHN_LORESERVE & 0xffff))
201 dst->st_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff);
221 tmp = src->st_shndx;
229 H_PUT_16 (abfd, tmp, dst->st_shndx);
1276 if (isym->st_shndx == SHN_UNDEF)
1280 else if (isym->st_shndx
[all...]
H A Delf-m10200.c589 if (isym->st_shndx == SHN_UNDEF)
591 else if (isym->st_shndx == SHN_ABS)
593 else if (isym->st_shndx == SHN_COMMON)
596 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1226 if (isym->st_shndx == sec_shndx
1275 if (isym->st_shndx == sec_shndx
1367 if (isym->st_shndx == SHN_UNDEF)
1369 else if (isym->st_shndx == SHN_ABS)
1371 else if (isym->st_shndx == SHN_COMMON)
1374 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
[all...]
H A Delf32-v850.c2428 indx = elfsym->internal_elf_sym.st_shndx;
2434 FIXME: Should we alter the st_shndx field as well ? */
2525 unsigned int indx = sym->st_shndx;
2531 FIXME: Should we alter the st_shndx field as well ? */
2587 if (sym->st_shndx == SHN_COMMON)
2590 sym->st_shndx = SHN_V850_SCOMMON;
2592 sym->st_shndx = SHN_V850_TCOMMON;
2594 sym->st_shndx = SHN_V850_ZCOMMON;
2728 if (isym.st_shndx != sec_shndx)
2787 if (isym.st_shndx
[all...]
H A Delf-m10300.c900 if (isym->st_shndx == SHN_ABS)
1896 if (isym->st_shndx == sec_shndx
1906 else if (isym->st_shndx == sec_shndx
1986 if (isym->st_shndx == sec_shndx
2166 if (isym->st_shndx == SHN_UNDEF)
2168 else if (isym->st_shndx == SHN_ABS)
2170 else if (isym->st_shndx == SHN_COMMON)
2175 isym->st_shndx);
2260 if (isym->st_shndx == sec_shndx
2282 if (isym->st_shndx
[all...]
H A Delf32-msp430.c775 if (isym->st_shndx == sec_shndx && isym->st_value == addr)
819 && lsym->st_shndx == sec_shndx)
876 if (isym->st_shndx == sec_shndx
973 if (isym->st_shndx == SHN_UNDEF)
975 else if (isym->st_shndx == SHN_ABS)
977 else if (isym->st_shndx == SHN_COMMON)
980 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-crx.c631 if (isym->st_shndx == sec_shndx
784 if (isym->st_shndx == SHN_UNDEF)
786 else if (isym->st_shndx == SHN_ABS)
788 else if (isym->st_shndx == SHN_COMMON)
791 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
1037 if (isym->st_shndx == SHN_UNDEF)
1039 else if (isym->st_shndx == SHN_ABS)
1041 else if (isym->st_shndx == SHN_COMMON)
1044 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
H A Delf32-ip2k.c286 if (isym->st_shndx == SHN_UNDEF)
288 else if (isym->st_shndx == SHN_ABS)
290 else if (isym->st_shndx == SHN_COMMON)
293 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
605 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
607 if (isym->st_shndx == shndx)
664 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
755 if (isym->st_shndx == shndx
1367 corresponding to the st_shndx field of each local symbol.
H A Delfcode.h193 dst->st_shndx = H_GET_16 (abfd, src->st_shndx);
194 if (dst->st_shndx == (SHN_XINDEX & 0xffff))
198 dst->st_shndx = H_GET_32 (abfd, shndx->est_shndx);
200 else if (dst->st_shndx >= (SHN_LORESERVE & 0xffff))
201 dst->st_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff);
222 tmp = src->st_shndx;
230 H_PUT_16 (abfd, tmp, dst->st_shndx);
1277 if (isym->st_shndx == SHN_UNDEF)
1281 else if (isym->st_shndx
[all...]
H A Delf-m10200.c589 if (isym->st_shndx == SHN_UNDEF)
591 else if (isym->st_shndx == SHN_ABS)
593 else if (isym->st_shndx == SHN_COMMON)
596 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1226 if (isym->st_shndx == sec_shndx
1275 if (isym->st_shndx == sec_shndx
1367 if (isym->st_shndx == SHN_UNDEF)
1369 else if (isym->st_shndx == SHN_ABS)
1371 else if (isym->st_shndx == SHN_COMMON)
1374 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
[all...]
H A Delf32-v850.c2428 indx = elfsym->internal_elf_sym.st_shndx;
2434 FIXME: Should we alter the st_shndx field as well ? */
2525 unsigned int indx = sym->st_shndx;
2531 FIXME: Should we alter the st_shndx field as well ? */
2587 if (sym->st_shndx == SHN_COMMON)
2590 sym->st_shndx = SHN_V850_SCOMMON;
2592 sym->st_shndx = SHN_V850_TCOMMON;
2594 sym->st_shndx = SHN_V850_ZCOMMON;
2728 if (isym.st_shndx != sec_shndx)
2787 if (isym.st_shndx
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/amiga/stand/bootblock/elf2bb/
H A Delf2bb.c311 if (s->st_shndx == ELF_SYM_UNDEFINED) {
439 if (htobe16(s->st_shndx) < 0xf000)
440 value += o[htobe16(s->st_shndx)];
442 printf("eval: %x\n", htobe16(s->st_shndx));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dmipsread.c129 unsigned char st_shndx[2]; /* Associated section index. */ member in struct:__anon485
298 sym_shndx = bfd_h_get_16 (abfd, (bfd_byte *) x_symp->st_shndx);
/netbsd-6-1-5-RELEASE/usr.sbin/kvm_mkdb/
H A Dnlist_elf32.c352 shdrp[symp[i].st_shndx].sh_addr +
353 shdrp[symp[i].st_shndx].sh_offset]);

Completed in 310 milliseconds

123456