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

123

/haiku-fatelf/src/bin/gdb/include/elf/
H A Dexternal.h134 unsigned char st_shndx[2]; /* Associated section index */ member in struct:__anon4081
141 unsigned char st_shndx[2]; /* Associated section index */ member in struct:__anon4082
H A Dinternal.h103 unsigned int st_shndx; /* Associated section index */ member in struct:elf_internal_sym
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-crx.c623 if (isym->st_shndx == sec_shndx
751 if (isym->st_shndx == SHN_UNDEF)
753 else if (isym->st_shndx == SHN_ABS)
755 else if (isym->st_shndx == SHN_COMMON)
758 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
999 if (isym->st_shndx == SHN_UNDEF)
1001 else if (isym->st_shndx == SHN_ABS)
1003 else if (isym->st_shndx == SHN_COMMON)
1006 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1279 return bfd_section_from_elf_index (sec->owner, sym->st_shndx);
[all...]
H A Delf32-ip2k.c329 if (isym->st_shndx == SHN_UNDEF)
331 else if (isym->st_shndx == SHN_ABS)
333 else if (isym->st_shndx == SHN_COMMON)
336 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1105 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1107 if (isym->st_shndx == shndx)
1164 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1263 if (isym->st_shndx == shndx
1458 corresponding to the st_shndx field of each local symbol.
1626 && ! ((sym->st_shndx <
[all...]
H A Delfcode.h187 dst->st_shndx = H_GET_16 (abfd, src->st_shndx);
188 if (dst->st_shndx == SHN_XINDEX)
192 dst->st_shndx = H_GET_32 (abfd, shndx->est_shndx);
212 tmp = src->st_shndx;
220 H_PUT_16 (abfd, tmp, dst->st_shndx);
1098 if (isym->st_shndx == SHN_UNDEF)
1102 else if (isym->st_shndx < SHN_LORESERVE
1103 || isym->st_shndx > SHN_HIRESERVE)
1106 isym->st_shndx);
[all...]
H A Delf32-v850.c1835 return bfd_section_from_elf_index (sec->owner, sym->st_shndx);
2041 indx = elfsym->internal_elf_sym.st_shndx;
2047 FIXME: Should we alter the st_shndx field as well ? */
2139 unsigned int indx = sym->st_shndx;
2145 FIXME: Should we alter the st_shndx field as well ? */
2202 if (sym->st_shndx == SHN_COMMON)
2205 sym->st_shndx = SHN_V850_SCOMMON;
2207 sym->st_shndx = SHN_V850_TCOMMON;
2209 sym->st_shndx = SHN_V850_ZCOMMON;
2343 if (isym.st_shndx !
[all...]
H A Delf-m10200.c565 if (isym->st_shndx == SHN_UNDEF)
567 else if (isym->st_shndx == SHN_ABS)
569 else if (isym->st_shndx == SHN_COMMON)
572 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1207 if (isym->st_shndx == sec_shndx
1256 if (isym->st_shndx == sec_shndx
1348 if (isym->st_shndx == SHN_UNDEF)
1350 else if (isym->st_shndx == SHN_ABS)
1352 else if (isym->st_shndx == SHN_COMMON)
1355 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
[all...]
H A Delf32-msp430.c243 return bfd_section_from_elf_index (sec->owner, sym->st_shndx);
806 if (isym->st_shndx == sec_shndx && isym->st_value == addr)
874 if (isym->st_shndx == sec_shndx
971 if (isym->st_shndx == SHN_UNDEF)
973 else if (isym->st_shndx == SHN_ABS)
975 else if (isym->st_shndx == SHN_COMMON)
978 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
H A Delf32-h8300.c749 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
858 = bfd_section_from_elf_index (abfd, last_sym->st_shndx);
1316 if (isym->st_shndx == sec_shndx
1364 if (isym->st_shndx == sec_shndx
1453 if (isym->st_shndx == SHN_UNDEF)
1455 else if (isym->st_shndx == SHN_ABS)
1457 else if (isym->st_shndx == SHN_COMMON)
1460 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
1516 return bfd_section_from_elf_index (sec->owner, sym->st_shndx);
H A Delf-m10300.c970 return bfd_section_from_elf_index (sec->owner, sym->st_shndx);
1774 if (isym->st_shndx == SHN_UNDEF)
1776 else if (isym->st_shndx == SHN_ABS)
1778 else if (isym->st_shndx == SHN_COMMON)
1783 isym->st_shndx);
1865 if (isym->st_shndx == sec_shndx
1887 if (isym->st_shndx == SHN_UNDEF)
1889 else if (isym->st_shndx == SHN_ABS)
1891 else if (isym->st_shndx == SHN_COMMON)
1896 isym->st_shndx);
[all...]
H A Delf32-cr16c.c827 return bfd_section_from_elf_index (sec->owner, sym->st_shndx);
885 indx = elfsym->internal_elf_sym.st_shndx;
938 unsigned int indx = sym->st_shndx;
968 if (sym->st_shndx == SHN_COMMON)
971 sym->st_shndx = SHN_CR16C_FCOMMON;
973 sym->st_shndx = SHN_CR16C_NCOMMON;
H A Delflink.c528 if (entry->isym.st_shndx != SHN_UNDEF
529 && (entry->isym.st_shndx < SHN_LORESERVE
530 || entry->isym.st_shndx > SHN_HIRESERVE))
534 s = bfd_section_from_elf_index (input_bfd, entry->isym.st_shndx);
2587 if (sym->st_shndx == SHN_UNDEF)
2592 if (sym->st_shndx == SHN_COMMON)
2597 if (sym->st_shndx >= SHN_LORESERVE && sym->st_shndx < SHN_ABS)
3411 if (isym->st_shndx != SHN_UNDEF
3412 && isym->st_shndx !
[all...]
H A Delf32-xstormy16.c667 if (isym->st_shndx == SHN_UNDEF)
669 else if (isym->st_shndx == SHN_ABS)
671 else if (isym->st_shndx == SHN_COMMON)
674 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx);
775 corresponding to the st_shndx field of each local symbol.
1049 return bfd_section_from_elf_index (sec->owner, sym->st_shndx);
H A Delf64-mmix.c1777 return bfd_section_from_elf_index (sec->owner, sym->st_shndx);
2106 sym->st_shndx = SHN_REGISTER;
2130 switch (elfsym->internal_elf_sym.st_shndx)
2188 if (sym->st_shndx == SHN_REGISTER)
2714 if (isym->st_shndx == SHN_UNDEF)
2716 else if (isym->st_shndx == SHN_ABS)
2718 else if (isym->st_shndx == SHN_COMMON)
2721 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
H A Delf64-hppa.c76 int st_shndx; member in struct:elf64_hppa_dyn_hash_entry
658 if (isym->st_shndx > highest_shndx)
659 highest_shndx = isym->st_shndx;
674 hppa_info->section_syms[isym->st_shndx] = i;
1018 dyn_h->st_shndx = -1;
1926 into non-dynamic ones, so we initialize st_shndx to -1 in
1929 if (dyn_h->want_opd && dyn_h->st_shndx != -1)
1933 sym->st_shndx = dyn_h->st_shndx;
1978 dyn_h->st_shndx
[all...]
H A Delf64-sh64.c2226 if (isymp->st_shndx == SHN_UNDEF)
2228 else if (isymp->st_shndx > 0 && isymp->st_shndx < SHN_LORESERVE)
2229 isec = bfd_section_from_elf_index (input_bfd, isymp->st_shndx);
2230 else if (isymp->st_shndx == SHN_ABS)
2232 else if (isymp->st_shndx == SHN_COMMON)
2456 return bfd_section_from_elf_index (sec->owner, sym->st_shndx);
3871 sym->st_shndx = SHN_UNDEF;
3948 sym->st_shndx = SHN_ABS;
H A Delf32-m32r.c1411 switch (elfsym->internal_elf_sym.st_shndx)
1495 switch (sym->st_shndx)
2544 corresponding to the st_shndx field of each local symbol.
3403 sym->st_shndx = SHN_UNDEF;
3483 sym->st_shndx = SHN_ABS;
3733 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
4020 if (isym->st_shndx == shndx
4118 if (isym->st_shndx == SHN_UNDEF)
4120 else if (isym->st_shndx == SHN_ABS)
4122 else if (isym->st_shndx
[all...]
H A Delfxx-mips.c4156 switch (elfsym->internal_elf_sym.st_shndx)
4717 switch (sym->st_shndx)
4865 if (sym->st_shndx == SHN_COMMON
4867 sym->st_shndx = SHN_MIPS_SCOMMON;
5600 if (isym->st_shndx == SHN_UNDEF)
5602 else if (isym->st_shndx == SHN_ABS)
5604 else if (isym->st_shndx == SHN_COMMON)
5608 = bfd_section_from_elf_index (abfd, isym->st_shndx);
6568 sym->st_shndx = SHN_MIPS_TEXT;
6570 sym->st_shndx
[all...]
H A Delf.c414 iname = elf_elfsections (abfd)[isym->st_shndx]->sh_name;
2078 if ((isym.st_shndx != SHN_UNDEF && isym.st_shndx < SHN_LORESERVE)
2079 || isym.st_shndx > SHN_HIRESERVE)
2082 s = bfd_section_from_elf_index (abfd, isym.st_shndx);
5552 shndx = isym->internal_elf_sym.st_shndx;
5563 osym->internal_elf_sym.st_shndx = shndx;
5646 sym.st_shndx = SHN_UNDEF;
5698 sym.st_shndx = _bfd_elf_section_from_bfd_section
5720 && type_ptr->internal_elf_sym.st_shndx !
[all...]
/haiku-fatelf/src/tools/elfsymbolpatcher/
H A DElf.h167 Elf32_Word st_shndx; member in struct:__anon6115
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmipsread.c136 unsigned char st_shndx[2]; /* Associated section index */ member in struct:__anon3754
318 sym_shndx = bfd_h_get_16 (abfd, (bfd_byte *) x_symp->st_shndx);
/haiku-fatelf/src/system/runtime_loader/
H A Delf_haiku_version.cpp199 if (symbol != NULL && symbol->st_shndx != SHN_UNDEF
212 if (symbol != NULL && symbol->st_shndx != SHN_UNDEF
H A Delf_symbol_lookup.cpp111 if (symbol->st_shndx != SHN_UNDEF
307 if (symbol->st_shndx != SHN_UNDEF
414 if (symbol->st_shndx != SHN_UNDEF
/haiku-fatelf/headers/private/system/
H A Delf32.h87 Elf32_Half st_shndx; member in struct:Elf32_Sym
H A Delf64.h87 Elf64_Half st_shndx; member in struct:Elf64_Sym

Completed in 195 milliseconds

123