Searched refs:isym (Results 1 - 25 of 47) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcofflink.c1419 struct internal_syment isym;
1432 isym = *isymp;
1434 classification = bfd_coff_classify_symbol (input_bfd, &isym);
1442 *secpp = coff_section_from_bfd_index (input_bfd, isym.n_scnum);
1465 add = 1 + isym.n_numaux;
1485 if (! ISFCN (isym.n_type))
1509 && isym.n_sclass == C_STAT
1510 && isym.n_type == T_NULL
1511 && isym.n_numaux > 0
1523 && (isym
1418 struct internal_syment isym; local
2462 struct internal_syment isym; local
[all...]
H A Delf32-crx.c585 Elf_Internal_Sym *isym; local
620 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
621 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
623 if (isym->st_shndx == sec_shndx
624 && isym->st_value > addr
625 && isym->st_value < toaddr)
645 if (rsym != isym)
648 addsym = isym
718 Elf_Internal_Sym *isym; local
995 Elf_Internal_Sym *isym; local
[all...]
H A Delf-m10200.c561 Elf_Internal_Sym *isym;
564 isym = isymbuf + ELF32_R_SYM (irel->r_info);
565 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);
573 symval = (isym->st_value
1169 Elf_Internal_Sym *isym;
1204 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1205 for (isymend = isym
560 Elf_Internal_Sym *isym; local
1168 Elf_Internal_Sym *isym; local
1314 Elf_Internal_Sym *isym; local
[all...]
H A Delf32-v850.c2321 Elf_Internal_Sym isym;
2341 & isym);
2343 if (isym.st_shndx != sec_shndx)
2349 symval = isym.st_value;
2353 (abfd, symtab_hdr->sh_link, isym.st_name);
2356 sec->name, name, isym.st_name,
2358 isym.st_value, irel->r_addend);
2398 Elf_Internal_Sym isym;
2400 bfd_elf32_swap_symbol_in (abfd, esym, shndx, & isym);
2402 if (isym
2314 Elf_Internal_Sym isym; local
2391 Elf_Internal_Sym isym; local
2427 Elf_Internal_Sym isym; local
2709 Elf_Internal_Sym * isym; local
2748 Elf_Internal_Sym *isym; local
2918 Elf_Internal_Sym * isym; local
[all...]
H A Delf32-msp430.c791 Elf_Internal_Sym * isym,
805 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
806 if (isym->st_shndx == sec_shndx && isym->st_value == addr)
840 Elf_Internal_Sym *isym; local
872 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
873 for (isymend = isym + symtab_hdr->sh_info; isym < isymen
789 msp430_elf_symbol_address_p(bfd * abfd, asection * sec, Elf_Internal_Sym * isym, bfd_vma addr) argument
967 Elf_Internal_Sym *isym; local
[all...]
H A Delf32-h8300.c745 Elf_Internal_Sym *isym;
748 isym = isymbuf + ELF32_R_SYM (irel->r_info);
749 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
750 symval = isym->st_value;
1276 Elf_Internal_Sym *isym;
1312 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1313 isymend = isym + symtab_hdr->sh_info;
1314 for (; isym < isymend; isym++)
1316 if (isym
744 Elf_Internal_Sym *isym; local
1275 Elf_Internal_Sym *isym; local
1349 Elf_Internal_Sym *isym; local
1421 Elf_Internal_Sym *isym, *isymend; local
[all...]
H A Delf32-ip2k.c325 Elf_Internal_Sym *isym; local
328 isym = isymbuf + ELF32_R_SYM (irel->r_info);
329 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);
338 return isym->st_value + BASEADDR (sym_sec);
1075 Elf_Internal_Sym *isymbuf, *isym, *isymend; local
1104 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1105 sym_sec = bfd_section_from_elf_index (abfd, isym
[all...]
H A Delf-m10300.c1769 Elf_Internal_Sym *isym;
1773 isym = isymbuf + r_index;
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);
1789 isym->st_name);
1793 if (ELF_ST_TYPE (isym->st_info) != STT_FUNC)
1846 Elf_Internal_Sym *isym, *isymend;
1863 for (isym
1768 Elf_Internal_Sym *isym; local
1845 Elf_Internal_Sym *isym, *isymend; local
2010 Elf_Internal_Sym *isym, *isymend; local
2291 Elf_Internal_Sym *isym; local
3445 Elf_Internal_Sym *isym, *isymend; local
3591 Elf_Internal_Sym *isym, *isymend; local
[all...]
H A Delf32-m68hc11.c708 Elf_Internal_Sym *isym;
803 isym = isymbuf + ELF32_R_SYM (irel->r_info);
804 is_far = isym->st_other & STO_M68HC12_FAR;
805 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
806 symval = (isym->st_value
831 isym = 0;
848 insn_group_value = isym->st_value;
1107 Elf_Internal_Sym *isymbuf, *isym, *isymend;
1229 for (isym = isymbuf; isym < isymen
706 Elf_Internal_Sym *isym; local
1105 Elf_Internal_Sym *isymbuf, *isym, *isymend; local
[all...]
H A Dcoff-i960.c343 struct internal_syment isym; local
345 strncpy (isym._n._n_name, o->name, SYMNMLEN);
346 isym.n_value = 0;
347 isym.n_scnum = o->target_index;
348 isym.n_type = T_NULL;
349 isym.n_sclass = C_STAT;
350 isym.n_numaux = 0;
352 bfd_coff_swap_sym_out (abfd, (PTR) &isym, (PTR) esym);
H A Dxcofflink.c4261 struct internal_syment isym;
4288 isym = *isymp;
4294 if (isym.n_sclass == C_EXT
4305 if (isym.n_scnum > 0)
4308 ldsym->l_value = (isym.n_value
4315 ldsym->l_scnum = isym.n_scnum;
4316 ldsym->l_value = isym.n_value;
4385 add = 1 + isym.n_numaux;
4418 + isym.n_value
4462 isym
4255 struct internal_syment isym; local
4708 struct internal_syment isym; local
5378 struct internal_syment isym; local
[all...]
H A Delflink.c522 1, input_indx, &entry->isym, esym, &eshndx))
528 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);
546 entry->isym.st_name));
560 entry->isym.st_name = dynstr_index;
571 entry->isym.st_info
572 = ELF_ST_INFO (STB_LOCAL, ELF_ST_TYPE (entry->isym.st_info));
2621 Elf_Internal_Sym *isym;
2614 Elf_Internal_Sym *isym; local
2970 Elf_Internal_Sym *isym; local
5428 Elf_Internal_Sym isym; local
5934 Elf_Internal_Sym *isym; local
6457 Elf_Internal_Sym *isym; local
8445 Elf_Internal_Sym *isym = NULL; local
9118 Elf_Internal_Sym *isym; local
[all...]
H A Delfcode.h997 Elf_Internal_Sym *isym;
1087 for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++)
1089 memcpy (&sym->internal_elf_sym, isym, sizeof (Elf_Internal_Sym));
1094 isym->st_name);
1096 sym->symbol.value = isym->st_value;
1098 if (isym->st_shndx == SHN_UNDEF)
1102 else if (isym->st_shndx < SHN_LORESERVE
1103 || isym
994 Elf_Internal_Sym *isym; local
[all...]
H A Delf.c327 Elf_Internal_Sym *isym; local
392 for (esym = extsym_buf, isym = intsym_buf, shndx = extshndx_buf;
393 isym < isymend;
394 esym += extsym_size, isym++, shndx = shndx != NULL ? shndx + 1 : NULL)
395 (*bed->s->swap_symbol_in) (ibfd, esym, shndx, isym);
408 bfd_elf_local_sym_name (bfd *abfd, Elf_Internal_Sym *isym) argument
410 unsigned int iname = isym->st_name;
412 if (iname == 0 && ELF_ST_TYPE (isym->st_info) == STT_SECTION)
414 iname = elf_elfsections (abfd)[isym->st_shndx]->sh_name;
439 Elf_Internal_Sym isym; local
2055 Elf_Internal_Sym isym; local
5532 elf_symbol_type *isym, *osym; local
7925 Elf_Internal_Sym *isymstart1 = NULL, *isymstart2 = NULL, *isym; local
[all...]
H A Delf32-xstormy16.c659 Elf_Internal_Sym *isym;
666 isym = &isymbuf[idx];
667 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);
678 + isym->st_value);
657 Elf_Internal_Sym *isym; local
H A Dcoff-m68k.c497 struct internal_syment isym;
500 &isym);
501 targetsec = coff_section_from_bfd_index (abfd, isym.n_scnum);
496 struct internal_syment isym; local
H A Delf32-sh.c2311 Elf_Internal_Sym *isym;
2313 isym = isymbuf + ELF32_R_SYM (irelfn->r_info);
2314 if (isym->st_shndx
2323 symval = (isym->st_value
2561 Elf_Internal_Sym *isymbuf, *isym, *isymend;
2669 isym = isymbuf + ELF32_R_SYM (irel->r_info);
2670 if (isym->st_shndx == sec_shndx
2671 && (isym->st_value <= addr
2672 || isym->st_value >= toaddr))
2677 val += isym
2310 Elf_Internal_Sym *isym; local
2560 Elf_Internal_Sym *isymbuf, *isym, *isymend; local
5910 Elf_Internal_Sym *isym, *isymend; local
[all...]
H A Delf32-m32r.c3729 Elf_Internal_Sym *isym;
3732 isym = isymbuf + ELF32_R_SYM (irel->r_info),
3733 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
3734 symval = (isym->st_value
3984 Elf_Internal_Sym *isym, *isymend;
4017 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
4018 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
4020 if (isym
[all...]
H A Delf32-sh64.c738 const Elf_Internal_Sym *isym,
742 if (isym->st_other != 0 && dynamic)
747 other = (definition ? isym->st_other : h->other);
737 sh64_elf_merge_symbol_attribute(struct elf_link_hash_entry *h, const Elf_Internal_Sym *isym, bfd_boolean definition, bfd_boolean dynamic) argument
H A Delf64-hppa.c630 Elf_Internal_Sym *isym, *isymend;
656 for (isym = local_syms; isym < isymend; isym++)
658 if (isym->st_shndx > highest_shndx)
659 highest_shndx = isym->st_shndx;
671 for (i = 0, isym = local_syms; isym < isymend; i++, isym++)
673 if (ELF_ST_TYPE (isym
629 Elf_Internal_Sym *isym, *isymend; local
[all...]
H A Decoffswap.h342 intern->isym = H_GET_32 (abfd, ext->p_isym);
357 if (intern->isym == (signed long) 0xffffffff)
358 intern->isym = -1;
407 H_PUT_32 (abfd, intern->isym, ext->p_isym);
H A Delf64-mmix.c2698 Elf_Internal_Sym *isym;
2713 isym = isymbuf + ELF64_R_SYM (irel->r_info);
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);
2722 symval = (isym->st_value
2692 Elf_Internal_Sym *isym; local
H A Dcoff-sh.c1446 struct internal_syment isym;
1448 bfd_coff_swap_sym_in (abfd, (PTR) esym, (PTR) &isym);
1450 if (isym.n_scnum == sec->target_index
1451 && (bfd_vma) isym.n_value > addr
1452 && (bfd_vma) isym.n_value < toaddr)
1454 isym.n_value -= count;
1456 bfd_coff_swap_sym_out (abfd, (PTR) &isym, (PTR) esym);
1468 esym += (isym.n_numaux + 1) * symesz;
1469 sym_hash += isym.n_numaux + 1;
1445 struct internal_syment isym; local
/haiku-fatelf/src/bin/gdb/include/coff/
H A Dsym.h45 * "isym" Index into the SYMbol table.
151 * If a procedure is in a file with full symbols, then isym
158 long isym; /* start of local symbol entries */ member in struct:pdr
327 else rsym.index == isym
347 long isym; /* symbol table index (end of proc) */ member in union:__anon4037
436 * isym of the first symbol AFTER the end associated with the primary
437 * symbol. For example if a procedure was at isym==90 and had an
438 * isymMac==155, the associated end would be at isym==154, and the
442 * isym of the primary symbol that started the block.
477 stForward sc??? new address isym t
[all...]
/haiku-fatelf/src/bin/gdb/include/
H A Dhp-symtab.h1733 long isym; /* 0-based index of first symbol member in struct:quick_procedure
1772 long isym; /* 0-based index in $LNTT$ of member in struct:quick_source
1792 long isym; /* 0-based index of first member in struct:quick_module
1820 long isym; /* first symbol for label (index) */ member in struct:quick_paragraph
1835 long isym; /* class symbol (tag) */ member in struct:quick_class
1862 long isym; /* class symbol */ member in struct:quick_obj_ID

Completed in 279 milliseconds

12