Home
last modified time | relevance | path

Searched refs:esym (Results 1 – 25 of 272) sorted by path

1234567891011

/netbsd/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/
H A DBtNetBSD269 esym% = 0
310 esym% = vfreebase%
385 ssym% = 0 : esym% = 0
529 esym% = 0
713 EQUD esym%
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-02036922 * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
H A Dcoff-sh.c1079 bfd_byte *esym, *esymend; in sh_relax_delete_bytes() local
1460 esym = (bfd_byte *) obj_coff_external_syms (abfd); in sh_relax_delete_bytes()
1461 esymend = esym + obj_raw_syment_count (abfd) * symesz; in sh_relax_delete_bytes()
1462 while (esym < esymend) in sh_relax_delete_bytes()
1466 bfd_coff_swap_sym_in (abfd, esym, &isym); in sh_relax_delete_bytes()
1474 bfd_coff_swap_sym_out (abfd, &isym, esym); in sh_relax_delete_bytes()
1486 esym += (isym.n_numaux + 1) * symesz; in sh_relax_delete_bytes()
2933 bfd_byte *esym, *esymend; in sh_coff_get_relocated_section_contents() local
2963 while (esym < esymend) in sh_coff_get_relocated_section_contents()
2965 bfd_coff_swap_sym_in (input_bfd, esym, isymp); in sh_coff_get_relocated_section_contents()
[all …]
H A Dcoffcode.h881 bfd_byte *esymstart, *esym, *esymend; in handle_COMDAT() local
907 esymstart = esym = (bfd_byte *) obj_coff_external_syms (abfd); in handle_COMDAT()
908 esymend = esym + obj_raw_syment_count (abfd) * bfd_coff_symesz (abfd); in handle_COMDAT()
910 while (esym < esymend) in handle_COMDAT()
916 bfd_coff_swap_sym_in (abfd, esym, & isym); in handle_COMDAT()
1006 if (esym + bfd_coff_symesz (abfd) >= esymend) in handle_COMDAT()
1015 bfd_coff_swap_aux_in (abfd, (esym + bfd_coff_symesz (abfd)), in handle_COMDAT()
1103 esym += (isym.n_numaux + 1) * bfd_coff_symesz (abfd); in handle_COMDAT()
1126 (esym - esymstart) / bfd_coff_symesz (abfd); in handle_COMDAT()
1142 esym += (isym.n_numaux + 1) * bfd_coff_symesz (abfd); in handle_COMDAT()
H A Dcofflink.c241 bfd_byte *esym; in coff_link_add_symbols() local
272 while (esym < esym_end) in coff_link_add_symbols()
1434 bfd_byte *esym; in _bfd_coff_link_input_bfd() local
1489 while (esym < esym_end) in _bfd_coff_link_input_bfd()
1687 esl = esym + 2 * isymesz; in _bfd_coff_link_input_bfd()
1736 < ((esym - in _bfd_coff_link_input_bfd()
1959 esym += add * isymesz; in _bfd_coff_link_input_bfd()
1980 while (esym < esym_end) in _bfd_coff_link_input_bfd()
1990 esym += add * isymesz; in _bfd_coff_link_input_bfd()
2009 esym += isymesz; in _bfd_coff_link_input_bfd()
[all …]
H A Decoff-bfd.h49 struct ecoff_extr *esym);
H A Decoff.c1882 EXTR esym; in _bfd_ecoff_bfd_copy_private_bfd_data() local
1886 esym.ifd = ifdNil; in _bfd_ecoff_bfd_copy_private_bfd_data()
2289 esym->jmptbl = 0; in ecoff_get_extr()
2292 esym->reserved = 0; in ecoff_get_extr()
2321 if (esym->ifd != -1) in ecoff_get_extr()
2328 esym->ifd = input_debug->ifdmap[esym->ifd]; in ecoff_get_extr()
3220 memset ((void *) &ret->esym, 0, sizeof ret->esym); in ecoff_link_hash_newfunc()
3292 EXTR esym; in ecoff_link_add_externals() local
3436 h->esym = esym; in ecoff_link_add_externals()
4216 h->esym.ifd = debug->ifdmap[h->esym.ifd]; in ecoff_link_write_external()
[all …]
H A Decofflink.c1221 EXTR esym; in bfd_ecoff_debug_externals() local
1233 if (esym.asym.sc == scCommon) in bfd_ecoff_debug_externals()
1234 esym.asym.sc = scBss; in bfd_ecoff_debug_externals()
1236 esym.asym.sc = scSBss; in bfd_ecoff_debug_externals()
1246 if (esym.asym.sc != scSUndefined in bfd_ecoff_debug_externals()
1247 || esym.asym.value == 0 in bfd_ecoff_debug_externals()
1252 esym.asym.value = (sym_ptr->value in bfd_ecoff_debug_externals()
1260 sym_ptr->name, &esym)) in bfd_ecoff_debug_externals()
1274 EXTR *esym) in bfd_ecoff_debug_one_external() argument
1306 esym->asym.iss = symhdr->issExtMax; in bfd_ecoff_debug_one_external()
[all …]
H A Delf.c398 const bfd_byte *esym; in bfd_elf_get_elf_syms() local
499 for (esym = (const bfd_byte *) extsym_buf, isym = intsym_buf, in bfd_elf_get_elf_syms()
502 esym += extsym_size, isym++, shndx = shndx != NULL ? shndx + 1 : NULL) in bfd_elf_get_elf_syms()
503 if (!(*bed->s->swap_symbol_in) (ibfd, esym, shndx, isym)) in bfd_elf_get_elf_syms()
505 symoffset += (esym - (bfd_byte *) extsym_buf) / extsym_size; in bfd_elf_get_elf_syms()
569 unsigned char esym[sizeof (Elf64_External_Sym)]; in group_signature() local
585 &isym, esym, &eshndx) == NULL) in group_signature()
2626 unsigned char esym[sizeof (Elf64_External_Sym)]; in bfd_sym_from_r_symndx() local
2631 &cache->sym[ent], esym, &eshndx) == NULL) in bfd_sym_from_r_symndx()
H A Delf32-v850.c3214 Elf32_External_Sym *esym; in v850_elf_relax_delete_bytes() local
3333 esym = extsyms; in v850_elf_relax_delete_bytes()
3334 esymend = esym + symtab_hdr->sh_info; in v850_elf_relax_delete_bytes()
3336 for (; esym < esymend; esym++, shndx = (shndx ? shndx + 1 : NULL)) in v850_elf_relax_delete_bytes()
3340 bfd_elf32_swap_symbol_in (abfd, esym, shndx, & isym); in v850_elf_relax_delete_bytes()
3351 bfd_elf32_swap_symbol_out (abfd, & isym, esym, shndx); in v850_elf_relax_delete_bytes()
3364 bfd_elf32_swap_symbol_out (abfd, & isym, esym, shndx); in v850_elf_relax_delete_bytes()
3369 esym = extsyms + symtab_hdr->sh_info; in v850_elf_relax_delete_bytes()
3372 for (sym_index = 0; esym < esymend; esym ++, sym_index ++) in v850_elf_relax_delete_bytes()
3376 bfd_elf32_swap_symbol_in (abfd, esym, shndx, & isym); in v850_elf_relax_delete_bytes()
[all …]
H A Delf64-alpha.c167 EXTR esym; member
273 ret->esym.ifd = -2; in elf64_alpha_link_hash_newfunc()
1599 if (h->esym.ifd == -2) in elf64_alpha_output_extsym()
1601 h->esym.jmptbl = 0; in elf64_alpha_output_extsym()
1611 h->esym.asym.sc = scAbs; in elf64_alpha_output_extsym()
1659 h->esym.asym.sc = scBss; in elf64_alpha_output_extsym()
1670 h->esym.asym.value = 0; in elf64_alpha_output_extsym()
1675 &h->esym)) in elf64_alpha_output_extsym()
5171 EXTR esym; in elf64_alpha_final_link() local
5182 esym.jmptbl = 0; in elf64_alpha_final_link()
[all …]
H A Delflink.c757 char esym[sizeof (Elf64_External_Sym)]; in bfd_elf_link_record_local_dynamic_symbol() local
774 1, input_indx, &entry->isym, esym, &eshndx)) in bfd_elf_link_record_local_dynamic_symbol()
10189 bfd_byte *esym; in elf_link_output_extsym() local
10214 esym = (elf_hash_table (flinfo->info)->dynsym->contents in elf_link_output_extsym()
10221 bed->s->swap_symbol_out (flinfo->output_bfd, &sym, esym, 0); in elf_link_output_extsym()
H A Delfxx-mips.c367 EXTR esym; member
1519 esym = NULL; in mips_elf_create_procedure_table()
1620 if (esym != NULL) in mips_elf_create_procedure_table()
1621 free (esym); in mips_elf_create_procedure_table()
1634 if (esym != NULL) in mips_elf_create_procedure_table()
1635 free (esym); in mips_elf_create_procedure_table()
3074 &h->esym)) in mips_elf_output_extsym()
14680 EXTR esym; in _bfd_mips_elf_final_link() local
14894 esym.jmptbl = 0; in _bfd_mips_elf_final_link()
14896 esym.weakext = 0; in _bfd_mips_elf_final_link()
[all …]
H A Dlibecoff.h212 EXTR esym; member
H A Dpeicode.h547 SYMENT * esym; in pe_ILF_make_a_symbol() local
571 esym = vars->esym_ptr; in pe_ILF_make_a_symbol()
581 esym->e.e.e_offset); in pe_ILF_make_a_symbol()
582 H_PUT_16 (vars->abfd, section->target_index, esym->e_scnum); in pe_ILF_make_a_symbol()
583 esym->e_sclass[0] = sclass; in pe_ILF_make_a_symbol()
H A Dxcofflink.c1219 bfd_byte *esym; in xcoff_link_add_symbols() local
1343 while (esym < esym_end) in xcoff_link_add_symbols()
1432 == ((esym in xcoff_link_add_symbols()
1742 csect_index = ((esym in xcoff_link_add_symbols()
1826 csect_index = ((esym in xcoff_link_add_symbols()
2331 bfd_byte *esym; in xcoff_link_check_ar_symbols() local
2344 while (esym < esym_end) in xcoff_link_check_ar_symbols()
4116 bfd_byte *esym; in xcoff_link_input_bfd() local
4347 esym += add * isymesz; in xcoff_link_input_bfd()
4475 esym += isymesz; in xcoff_link_input_bfd()
[all …]
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-ecoff.c187 ecoff_symbol_type *esym; in obj_ecoff_set_ext() local
191 esym = ecoffsymbol (symbol_get_bfdsym (sym)); in obj_ecoff_set_ext()
192 esym->local = FALSE; in obj_ecoff_set_ext()
193 esym->native = xmalloc (debug_swap->external_ext_size); in obj_ecoff_set_ext()
194 (*debug_swap->swap_ext_out) (stdoutput, ext, esym->native); in obj_ecoff_set_ext()
H A Dtc-hppa.c8517 elf_symbol_type *esym in elf_hppa_final_processing() local
8520 esym->internal_elf_sym.st_size = in elf_hppa_final_processing()
H A Dtc-mmix.c4061 symbolS *esym = NULL; in s_loc() local
4066 esym = sym = make_expr_symbol (&exp); in s_loc()
4082 esym = make_expr_symbol (&exp); in s_loc()
4094 loc_asserts->loc_sym = esym; in s_loc()
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Dsymtab.cc735 elfcpp::Sym_write<size, big_endian> esym(buf); in resolve() local
737 esym.put_st_value(from->value()); in resolve()
738 esym.put_st_size(from->symsize()); in resolve()
739 esym.put_st_info(from->binding(), from->type()); in resolve()
740 esym.put_st_other(from->visibility(), from->nonvis()); in resolve()
743 this->resolve(to, esym.sym(), shndx, is_ordinary, shndx, from->object(), in resolve()
/netbsd/external/gpl3/binutils.old/lib/libbfd/arch/coldfire/
H A Dbfd.h626 struct ecoff_extr *esym);
/netbsd/external/gpl3/binutils.old/lib/libbfd/arch/or1k/
H A Dbfd.h626 struct ecoff_extr *esym);
/netbsd/external/gpl3/binutils/dist/bfd/
H A DChangeLog993 * xcofflink.c (xcoff_link_check_ar_symbols): Update esym earlier.
H A DChangeLog-02036922 * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
H A Dcoff-sh.c1078 bfd_byte *esym, *esymend; in sh_relax_delete_bytes() local
1459 esym = (bfd_byte *) obj_coff_external_syms (abfd); in sh_relax_delete_bytes()
1460 esymend = esym + obj_raw_syment_count (abfd) * symesz; in sh_relax_delete_bytes()
1461 while (esym < esymend) in sh_relax_delete_bytes()
1465 bfd_coff_swap_sym_in (abfd, esym, &isym); in sh_relax_delete_bytes()
1473 bfd_coff_swap_sym_out (abfd, &isym, esym); in sh_relax_delete_bytes()
1485 esym += (isym.n_numaux + 1) * symesz; in sh_relax_delete_bytes()
2931 bfd_byte *esym, *esymend; in sh_coff_get_relocated_section_contents() local
2961 while (esym < esymend) in sh_coff_get_relocated_section_contents()
2963 bfd_coff_swap_sym_in (input_bfd, esym, isymp); in sh_coff_get_relocated_section_contents()
[all …]

1234567891011