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

123

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcofflink.c1414 struct internal_syment isym;
1427 isym = *isymp;
1429 classification = bfd_coff_classify_symbol (input_bfd, &isym);
1437 *secpp = coff_section_from_bfd_index (input_bfd, isym.n_scnum);
1460 add = 1 + isym.n_numaux;
1480 if (! ISFCN (isym.n_type))
1504 && isym.n_sclass == C_STAT
1505 && isym.n_type == T_NULL
1506 && isym.n_numaux > 0
1518 && (isym
1413 struct internal_syment isym; local
2459 struct internal_syment isym; local
[all...]
H A Delf32-h8300.c741 Elf_Internal_Sym *isym;
744 isym = isymbuf + ELF32_R_SYM (irel->r_info);
745 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
746 symval = isym->st_value;
1272 Elf_Internal_Sym *isym;
1308 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1309 isymend = isym + symtab_hdr->sh_info;
1310 for (; isym < isymend; isym++)
1312 if (isym
740 Elf_Internal_Sym *isym; local
1271 Elf_Internal_Sym *isym; local
1345 Elf_Internal_Sym *isym; local
1417 Elf_Internal_Sym *isym, *isymend; local
[all...]
H A Delf32-m32c.c890 Elf_Internal_Sym *isym;
919 for (isym = isymbuf ; isym < isymend ; isym++)
921 switch (ELF_ST_TYPE (isym->st_info))
930 switch (ELF_ST_BIND (isym->st_info))
936 switch (ELF_ST_VISIBILITY (isym->st_other))
943 switch (isym->st_shndx)
951 printf ("isym = %p st_value = %lx st_size = %lx st_name = (%lu) %s "
953 isym,
884 Elf_Internal_Sym *isym; local
1094 Elf_Internal_Sym *isym; local
1191 Elf_Internal_Sym *isym; local
1866 Elf_Internal_Sym *isym; local
[all...]
H A Delf32-crx.c579 Elf_Internal_Sym *isym; local
615 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
616 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
618 if (isym->st_shndx == sec_shndx
619 && isym->st_value > addr
620 && isym->st_value < toaddr)
640 if (rsym != isym)
643 addsym = isym
738 Elf_Internal_Sym *isym; local
1016 Elf_Internal_Sym *isym; local
[all...]
H A Delf32-msp430.c756 Elf_Internal_Sym * isym,
770 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
771 if (isym->st_shndx == sec_shndx && isym->st_value == addr)
801 Elf_Internal_Sym *isym; local
806 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
811 Elf_Internal_Sym *lsym = isym + sidx;
835 Elf_Internal_Sym *isym; local
754 msp430_elf_symbol_address_p(bfd * abfd, asection * sec, Elf_Internal_Sym * isym, bfd_vma addr) argument
970 Elf_Internal_Sym *isym; local
[all...]
H A Delf-m10200.c562 Elf_Internal_Sym *isym;
565 isym = isymbuf + ELF32_R_SYM (irel->r_info);
566 if (isym->st_shndx == SHN_UNDEF)
568 else if (isym->st_shndx == SHN_ABS)
570 else if (isym->st_shndx == SHN_COMMON)
573 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
574 symval = (isym->st_value
1170 Elf_Internal_Sym *isym;
1205 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1206 for (isymend = isym
561 Elf_Internal_Sym *isym; local
1169 Elf_Internal_Sym *isym; local
1315 Elf_Internal_Sym *isym; local
[all...]
H A Delf32-v850.c2201 Elf_Internal_Sym isym;
2221 & isym);
2223 if (isym.st_shndx != sec_shndx)
2229 symval = isym.st_value;
2233 (abfd, symtab_hdr->sh_link, isym.st_name);
2236 sec->name, name, isym.st_name,
2238 isym.st_value, irel->r_addend);
2278 Elf_Internal_Sym isym;
2280 bfd_elf32_swap_symbol_in (abfd, esym, shndx, & isym);
2282 if (isym
2195 Elf_Internal_Sym isym; local
2272 Elf_Internal_Sym isym; local
2308 Elf_Internal_Sym isym; local
2588 Elf_Internal_Sym * isym; local
2627 Elf_Internal_Sym *isym; local
2797 Elf_Internal_Sym * isym; local
[all...]
H A Delf32-ip2k.c267 Elf_Internal_Sym *isym; local
270 isym = isymbuf + ELF32_R_SYM (irel->r_info);
271 if (isym->st_shndx == SHN_UNDEF)
273 else if (isym->st_shndx == SHN_ABS)
275 else if (isym->st_shndx == SHN_COMMON)
278 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
280 return isym->st_value + BASEADDR (sym_sec);
563 Elf_Internal_Sym *isymbuf, *isym, *isymend; local
592 isym = isymbuf + ELF32_R_SYM (irel->r_info);
593 sym_sec = bfd_section_from_elf_index (abfd, isym
[all...]
H A Delf-m10300.c1779 Elf_Internal_Sym *isym;
1783 isym = isymbuf + r_index;
1784 if (isym->st_shndx == SHN_UNDEF)
1786 else if (isym->st_shndx == SHN_ABS)
1788 else if (isym->st_shndx == SHN_COMMON)
1793 isym->st_shndx);
1799 isym->st_name);
1803 if (ELF_ST_TYPE (isym->st_info) != STT_FUNC)
1859 Elf_Internal_Sym *isym, *isymend;
1876 for (isym
1778 Elf_Internal_Sym *isym; local
1858 Elf_Internal_Sym *isym, *isymend; local
2061 Elf_Internal_Sym *isym, *isymend; local
2342 Elf_Internal_Sym *isym; local
3495 Elf_Internal_Sym *isym, *isymend; local
3641 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 Delf32-avr.c1361 Elf_Internal_Sym *isym;
1459 Elf_Internal_Sym *isym;
1462 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1463 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1464 symval = isym->st_value;
1500 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1501 isymend = isym + symtab_hdr->sh_info;
1502 for (; isym < isymend; isym++)
1504 if (isym
1360 Elf_Internal_Sym *isym; local
1458 Elf_Internal_Sym *isym; local
1676 Elf_Internal_Sym *isym; local
2005 Elf_Internal_Sym *isym, *isymend; local
2095 Elf_Internal_Sym *isym; local
2235 Elf_Internal_Sym *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.c3472 struct internal_syment isym;
3499 isym = *isymp;
3505 if (isym.n_sclass == C_EXT
3516 if (isym.n_scnum > 0)
3519 ldsym->l_value = (isym.n_value
3526 ldsym->l_scnum = isym.n_scnum;
3527 ldsym->l_value = isym.n_value;
3596 add = 1 + isym.n_numaux;
3629 + isym.n_value
3673 isym
3466 struct internal_syment isym; local
3918 struct internal_syment isym; local
4597 struct internal_syment isym; local
[all...]
H A Delflink.c593 1, input_indx, &entry->isym, esym, &eshndx))
599 if (entry->isym.st_shndx != SHN_UNDEF
600 && (entry->isym.st_shndx < SHN_LORESERVE
601 || entry->isym.st_shndx > SHN_HIRESERVE))
605 s = bfd_section_from_elf_index (input_bfd, entry->isym.st_shndx);
617 entry->isym.st_name));
631 entry->isym.st_name = dynstr_index;
642 entry->isym.st_info
643 = ELF_ST_INFO (STB_LOCAL, ELF_ST_TYPE (entry->isym.st_info));
2827 Elf_Internal_Sym *isym;
2820 Elf_Internal_Sym *isym; local
3172 Elf_Internal_Sym *isym; local
7481 Elf_Internal_Sym *isym; local
8040 Elf_Internal_Sym *isym; local
10151 Elf_Internal_Sym *isym = NULL; local
10895 Elf_Internal_Sym *isym; local
[all...]
H A Delf32-xstormy16.c618 Elf_Internal_Sym *isym;
625 isym = &isymbuf[idx];
626 if (isym->st_shndx == SHN_UNDEF)
628 else if (isym->st_shndx == SHN_ABS)
630 else if (isym->st_shndx == SHN_COMMON)
633 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx);
637 + isym->st_value);
616 Elf_Internal_Sym *isym; local
H A Delfcode.h1075 Elf_Internal_Sym *isym;
1165 for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++)
1167 memcpy (&sym->internal_elf_sym, isym, sizeof (Elf_Internal_Sym));
1170 sym->symbol.name = bfd_elf_sym_name (abfd, hdr, isym, NULL);
1172 sym->symbol.value = isym->st_value;
1174 if (isym->st_shndx == SHN_UNDEF)
1178 else if (isym->st_shndx < SHN_LORESERVE
1179 || isym
1072 Elf_Internal_Sym *isym; local
[all...]
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 Delf.c335 Elf_Internal_Sym *isym; local
400 for (esym = extsym_buf, isym = intsym_buf, shndx = extshndx_buf;
401 isym < isymend;
402 esym += extsym_size, isym++, shndx = shndx != NULL ? shndx + 1 : NULL)
403 if (!(*bed->s->swap_symbol_in) (ibfd, esym, shndx, isym))
426 Elf_Internal_Sym *isym,
430 unsigned int iname = isym->st_name;
433 if (iname == 0 && ELF_ST_TYPE (isym->st_info) == STT_SECTION
435 && isym->st_shndx < elf_numsections (abfd)
436 && !(isym
424 bfd_elf_sym_name(bfd *abfd, Elf_Internal_Shdr *symtab_hdr, Elf_Internal_Sym *isym, asection *sym_sec) argument
469 Elf_Internal_Sym isym; local
2233 Elf_Internal_Sym isym; local
6130 elf_symbol_type *isym, *osym; local
8770 Elf_Internal_Sym *isym; member in union:elf_symbol::__anon7437
8866 Elf_Internal_Sym *isym, *isymend; local
[all...]
H A Delf32-sh.c571 Elf_Internal_Sym *isym;
573 isym = isymbuf + ELF32_R_SYM (irelfn->r_info);
574 if (isym->st_shndx
583 symval = (isym->st_value
822 Elf_Internal_Sym *isymbuf, *isym, *isymend;
930 isym = isymbuf + ELF32_R_SYM (irel->r_info);
931 if (isym->st_shndx == sec_shndx
932 && (isym->st_value <= addr
933 || isym->st_value >= toaddr))
940 val += isym
568 Elf_Internal_Sym *isym; local
819 Elf_Internal_Sym *isymbuf, *isym, *isymend; local
4426 Elf_Internal_Sym *isym, *isymend; local
[all...]
H A Delf32-sh64.c743 const Elf_Internal_Sym *isym,
747 if ((isym->st_other & ~ELF_ST_VISIBILITY (-1)) != 0)
752 other = (definition ? isym->st_other : h->other);
742 sh64_elf_merge_symbol_attribute(struct elf_link_hash_entry *h, const Elf_Internal_Sym *isym, bfd_boolean definition, bfd_boolean dynamic ATTRIBUTE_UNUSED) argument
/macosx-10.9.5/cctools-845/libstuff/
H A Dcheckout.c313 uint32_t offset, rounded_offset, isym; local
405 isym = 0;
407 if(object->dyst->ilocalsym != isym)
409 isym += object->dyst->nlocalsym;
412 if(object->dyst->iextdefsym != isym)
415 isym += object->dyst->nextdefsym;
418 if(object->dyst->iundefsym != isym)
420 isym += object->dyst->nundefsym;
/macosx-10.9.5/cxxfilt-11/cxxfilt/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:__anon7736
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...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/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
/macosx-10.9.5/cctools-845/libmacho/
H A Dswap.c541 isym:24; member in struct:swapped_dylib_reference::__anon6952::__anon6953
557 refs[i].isym = sref.u.fields.isym;
560 sref.u.fields.isym = refs[i].isym;
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_link.c1045 size_t symsize, nsym, isym, istr, len; local
1187 isym = data_sym->d_size / symsize;
1215 if (dt_symtab_lookup(data_sym, isym, rela.r_offset,
1313 nsym += isym;
1376 if (dt_symtab_lookup(data_sym, isym, rela.r_offset,
1404 (void) gelf_update_sym(data_sym, isym, &dsym);
1409 isym++;
1410 assert(isym <= nsym);

Completed in 401 milliseconds

123