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

12

/freebsd-11-stable/contrib/binutils/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-cr16.c680 Elf_Internal_Sym *isym; local
712 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
713 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
715 if (isym->st_shndx == sec_shndx
716 && isym->st_value > addr
717 && isym->st_value < toaddr)
731 if (rsym != isym)
734 addsym = isym
950 Elf_Internal_Sym *isym; local
1101 Elf_Internal_Sym *isym; local
[all...]
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.c609 1, input_indx, &entry->isym, esym, &eshndx))
615 if (entry->isym.st_shndx != SHN_UNDEF
616 && (entry->isym.st_shndx < SHN_LORESERVE
617 || entry->isym.st_shndx > SHN_HIRESERVE))
621 s = bfd_section_from_elf_index (input_bfd, entry->isym.st_shndx);
633 entry->isym.st_name));
647 entry->isym.st_name = dynstr_index;
658 entry->isym.st_info
659 = ELF_ST_INFO (STB_LOCAL, ELF_ST_TYPE (entry->isym.st_info));
2918 Elf_Internal_Sym *isym;
2911 Elf_Internal_Sym *isym; local
3297 Elf_Internal_Sym *isym; local
7776 Elf_Internal_Sym *isym; local
8335 Elf_Internal_Sym *isym; local
10487 Elf_Internal_Sym *isym = NULL; local
11234 Elf_Internal_Sym *isym; local
[all...]
H A Delfcode.h1117 Elf_Internal_Sym *isym;
1207 for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++)
1209 memcpy (&sym->internal_elf_sym, isym, sizeof (Elf_Internal_Sym));
1212 sym->symbol.name = bfd_elf_sym_name (abfd, hdr, isym, NULL);
1214 sym->symbol.value = isym->st_value;
1216 if (isym->st_shndx == SHN_UNDEF)
1220 else if (isym->st_shndx < SHN_LORESERVE
1221 || isym
1114 Elf_Internal_Sym *isym; local
[all...]
H A Delf.c344 Elf_Internal_Sym *isym; local
409 for (esym = extsym_buf, isym = intsym_buf, shndx = extshndx_buf;
410 isym < isymend;
411 esym += extsym_size, isym++, shndx = shndx != NULL ? shndx + 1 : NULL)
412 if (!(*bed->s->swap_symbol_in) (ibfd, esym, shndx, isym))
435 Elf_Internal_Sym *isym,
439 unsigned int iname = isym->st_name;
442 if (iname == 0 && ELF_ST_TYPE (isym->st_info) == STT_SECTION
444 && isym->st_shndx < elf_numsections (abfd)
445 && !(isym
433 bfd_elf_sym_name(bfd *abfd, Elf_Internal_Shdr *symtab_hdr, Elf_Internal_Sym *isym, asection *sym_sec) argument
478 Elf_Internal_Sym isym; local
2280 Elf_Internal_Sym isym; local
6208 elf_symbol_type *isym, *osym; local
8885 Elf_Internal_Sym *isym; member in union:elf_symbol::__anon205
8981 Elf_Internal_Sym *isym, *isymend; local
[all...]
H A Decoffswap.h327 intern->isym = H_GET_32 (abfd, ext->p_isym);
342 if (intern->isym == (signed long) 0xffffffff)
343 intern->isym = -1;
389 H_PUT_32 (abfd, intern->isym, ext->p_isym);
H A Dcoffcode.h771 struct internal_syment isym;
775 bfd_coff_swap_sym_in (abfd, esym, & isym);
784 if (isym.n_scnum == section->target_index)
811 symname = _bfd_coff_internal_syment_name (abfd, &isym, buf);
839 if (! (isym.n_sclass == C_STAT
840 && isym.n_type == T_NULL
841 && isym.n_value == 0))
857 isym.n_type, isym.n_sclass,
858 0, isym
770 struct internal_syment isym; local
[all...]
H A Delf64-alpha.c2071 const Elf_Internal_Sym *isym,
2077 | (isym->st_other & ~ELF_ST_VISIBILITY (-1)));
3708 Elf_Internal_Sym *isym;
3722 isym = isymbuf + r_symndx;
3733 symval = isym->st_value;
3734 if (isym->st_shndx == SHN_UNDEF)
3736 else if (isym->st_shndx == SHN_ABS)
3738 else if (isym->st_shndx == SHN_COMMON)
3741 info.tsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
3745 info.other = isym
2062 elf64_alpha_merge_symbol_attribute(struct elf_link_hash_entry *h, const Elf_Internal_Sym *isym, bfd_boolean definition, bfd_boolean dynamic) argument
3699 Elf_Internal_Sym *isym; local
[all...]
H A Delfxx-sparc.c2372 entry->isym.st_value = reg < 2 ? reg + 2 : reg + 4;
2373 entry->isym.st_size = 0;
2375 entry->isym.st_name
2378 entry->isym.st_name = 0;
2379 entry->isym.st_other = 0;
2380 entry->isym.st_info = ELF_ST_INFO (app_regs [reg].bind,
2382 entry->isym.st_shndx = app_regs [reg].shndx;
H A Delfxx-ia64.c1011 Elf_Internal_Sym *isym;
1025 isym = isymbuf + ELFNN_R_SYM (irel->r_info);
1026 if (isym->st_shndx == SHN_UNDEF)
1028 else if (isym->st_shndx == SHN_ABS)
1030 else if (isym->st_shndx == SHN_COMMON)
1032 else if (isym->st_shndx == SHN_IA_64_ANSI_COMMON)
1035 tsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1037 toff = isym->st_value;
1039 symtype = ELF_ST_TYPE (isym->st_info);
1008 Elf_Internal_Sym *isym; local
H A Delf32-ppc.c5354 Elf_Internal_Sym *isym;
5367 isym = isymbuf + ELF32_R_SYM (irel->r_info);
5368 if (isym->st_shndx == SHN_UNDEF)
5370 else if (isym->st_shndx == SHN_ABS)
5372 else if (isym->st_shndx == SHN_COMMON)
5375 tsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
5377 toff = isym->st_value;
5378 sym_type = ELF_ST_TYPE (isym->st_info);
5341 Elf_Internal_Sym *isym; local
H A Decofflink.c2220 if (pdr.isym == -1)
2229 + pdr.isym * debug_swap->external_ext_size),
2245 + ((fdr_ptr->isymBase + pdr.isym)
H A Delfxx-mips.c1050 (*swap->swap_sym_in) (abfd, &esym[pdr.isym], &sym);
6857 Elf_Internal_Sym *isym;
6871 isym = isymbuf + r_symndx;
6872 if (isym->st_shndx == SHN_UNDEF)
6874 else if (isym->st_shndx == SHN_ABS)
6876 else if (isym->st_shndx == SHN_COMMON)
6880 = bfd_section_from_elf_index (abfd, isym->st_shndx);
6881 symval = isym->st_value
11455 const Elf_Internal_Sym *isym,
11459 if ((isym
6828 Elf_Internal_Sym *isym; local
11412 _bfd_mips_elf_merge_symbol_attribute(struct elf_link_hash_entry *h, const Elf_Internal_Sym *isym, bfd_boolean definition, bfd_boolean dynamic ATTRIBUTE_UNUSED) argument
[all...]
H A Delf-bfd.h255 Elf_Internal_Sym isym;
254 Elf_Internal_Sym isym; member in struct:elf_link_local_dynamic_entry
H A Delf32-arm.c3297 Elf_Internal_Sym *isym = &isymbuf[i]; local
3298 asection *sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
3302 && ELF_ST_BIND (isym->st_info) == STB_LOCAL)
3305 hdr->sh_link, isym->st_name);
3309 elf32_arm_section_map_add (sec, name[1], isym->st_value);
/freebsd-11-stable/contrib/binutils/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:__anon462
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...]
/freebsd-11-stable/contrib/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
/freebsd-11-stable/contrib/gcc/
H A Dmips-tdump.c461 if (u.isym == -1)
918 printf (" First symbol: %ld\n", (long) aux_base[index].isym);
943 (long) aux_base[index].isym,
1055 (long) u.isym,
1081 ifd = u2.isym;
1261 (long) l_symbols[proc_ptr->isym + fdp->isymBase].iss,
1262 l_symbols[proc_ptr->isym + fdp->isymBase].iss + str_base);
1277 (long) proc_ptr->isym);
1546 (long) aux_symbols[i].isym,
1547 (long) aux_symbols[i].isym,
[all...]
H A Dmips-tfile.c71 3) isym: Index to the local symbol which is the start of the
2007 aux_ptr->isym = aux_word;
2088 hi = aux.isym & ((1 << HASHBITS) - 1);
2095 if (aux.isym == hash_ptr->type.isym)
2295 f_cur->ifd_ptr->isym = file_index;
2361 new_proc_ptr->isym = file_ptr->symbols.num_allocated;
3306 symint_t isym = add_local_symbol (name_start, name_end_p1,
3317 isym,
3332 f_cur->ifd_ptr->isym
3277 symint_t isym = add_local_symbol (name_start, name_end_p1, local
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Decoff.c96 3) isym: Index to the local symbol which is the start of the
1820 aux_ptr->data.isym = aux_word;
1909 hi = aux.isym & ((1 << HASHBITS) - 1);
1916 if (aux.isym == hash_ptr->type.isym)
2147 new_proc_ptr->pdr.isym = -1;
3928 long isym;
3933 isym = 0;
3955 fil_ptr->fdr.isymBase = isym;
3956 ifilesym = isym;
3896 long isym; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1212 size_t symsize, osym, nsym, isym, istr, len; local
1365 isym = data_sym->d_size / symsize;
1393 if (dt_symtab_lookup(data_sym, 0, isym, rela.r_offset,
1489 osym = isym;
1490 nsym += isym;
1552 if (dt_symtab_lookup(data_sym, osym, isym,
1580 (void) gelf_update_sym(data_sym, isym, &dsym);
1584 isym++;
1585 assert(isym <= nsym);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmdebugread.c1888 if (pr->isym == -1)
1904 + (pr->isym
1917 + ((cur_fdr->isymBase + pr->isym)
1984 e->pdr.isym = (long) s;
2645 long isym;
2661 isym = AUX_GET_ISYM (fh->fBigendian,
2667 + ((fh->isymBase + isym - 1)
4871 e->pdr.isym = (long) s;
2637 long isym; local
H A Dhpread.c540 #define FILE_ISYM(i) (qFD[i].isym)
541 #define MODULE_ISYM(i) (qMD[i].isym)
542 #define PROC_ISYM(i) (qPD[i].isym)
557 #define CURR_FILE_ISYM (qFD[curr_fd].isym)
558 #define CURR_MODULE_ISYM (qMD[curr_md].isym)
559 #define CURR_PROC_ISYM (qPD[curr_pd].isym)
797 dn_bufp = hpread_get_lntt (qPD[curr_pd].isym, objfile);
H A Dmips-tdep.c624 #define PROC_SYMBOL(proc) (*(struct symbol**)&(proc)->pdr.isym)
626 #define PROC_DESC_IS_DUMMY(proc) ((proc)->pdr.isym == _PROC_MAGIC_)
627 #define SET_PROC_DESC_IS_DUMMY(proc) ((proc)->pdr.isym = _PROC_MAGIC_)
2413 proc_desc->pdr.isym = (long) sym;

Completed in 452 milliseconds

12