Home
last modified time | relevance | path

Searched refs:esym (Results 176 – 200 of 272) sorted by relevance

1234567891011

/netbsd/external/gpl3/binutils/dist/bfd/
H A Dcoffcode.h919 bfd_byte *esymstart, *esym, *esymend; in handle_COMDAT() local
945 esymstart = esym = (bfd_byte *) obj_coff_external_syms (abfd); in handle_COMDAT()
946 esymend = esym + obj_raw_syment_count (abfd) * bfd_coff_symesz (abfd); in handle_COMDAT()
948 while (esym < esymend) in handle_COMDAT()
954 bfd_coff_swap_sym_in (abfd, esym, & isym); in handle_COMDAT()
1044 if (esym + bfd_coff_symesz (abfd) >= esymend) in handle_COMDAT()
1053 bfd_coff_swap_aux_in (abfd, (esym + bfd_coff_symesz (abfd)), in handle_COMDAT()
1141 esym += (isym.n_numaux + 1) * bfd_coff_symesz (abfd); in handle_COMDAT()
1164 (esym - esymstart) / bfd_coff_symesz (abfd); in handle_COMDAT()
1180 esym += (isym.n_numaux + 1) * bfd_coff_symesz (abfd); in handle_COMDAT()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dcoffcode.h890 bfd_byte *esymstart, *esym, *esymend; in handle_COMDAT() local
916 esymstart = esym = (bfd_byte *) obj_coff_external_syms (abfd); in handle_COMDAT()
917 esymend = esym + obj_raw_syment_count (abfd) * bfd_coff_symesz (abfd); in handle_COMDAT()
919 while (esym < esymend) in handle_COMDAT()
925 bfd_coff_swap_sym_in (abfd, esym, & isym); in handle_COMDAT()
1015 if (esym + bfd_coff_symesz (abfd) >= esymend) in handle_COMDAT()
1024 bfd_coff_swap_aux_in (abfd, (esym + bfd_coff_symesz (abfd)), in handle_COMDAT()
1112 esym += (isym.n_numaux + 1) * bfd_coff_symesz (abfd); in handle_COMDAT()
1135 (esym - esymstart) / bfd_coff_symesz (abfd); in handle_COMDAT()
1151 esym += (isym.n_numaux + 1) * bfd_coff_symesz (abfd); in handle_COMDAT()
/netbsd/sys/arch/alpha/alpha/
H A Dmachdep.c356 bootinfo.esym = v1p->esym; in alpha_init()
389 bootinfo.esym = (u_long)_end; in alpha_init()
507 ksym_end = (void *)bootinfo.esym; in alpha_init()
/netbsd/sys/arch/x68k/x68k/
H A Dlocore.s107 BSS(esym,4)
120 movel %sp@,%a4 | esym
136 RELOC(esym, %a0)
234 RELOC(esym,%a0) | end of static kernel test/data/syms
/netbsd/sys/arch/hppa/hppa/
H A Dmachdep.c240 int esym; variable
610 (int *)bi_sym->esym); in hppa_init()
614 ksyms_addsyms_elf(esym - (int)&end, &end, (int*)esym); in hppa_init()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dfrontend-passes.cc572 if ((*e)->value.function.esym) in cfe_register_funcs()
581 && !(*e)->value.function.esym->attr.pure in cfe_register_funcs()
582 && !(*e)->value.function.esym->attr.implicit_pure) in cfe_register_funcs()
1597 && ! (e->value.function.esym in optimize_binop_array_assignment()
1598 && (e->value.function.esym->attr.elemental in optimize_binop_array_assignment()
1599 || e->value.function.esym->attr.allocatable in optimize_binop_array_assignment()
1600 || e->value.function.esym->ts.type != c->expr1->ts.type in optimize_binop_array_assignment()
2334 || expr->value.function.esym == NULL) in doloop_contained_function_call()
2337 sym = expr->value.function.esym; in doloop_contained_function_call()
2996 sym = expr->value.function.esym; in do_intent()
[all …]
H A Dprimary.c2789 if (e->value.function.esym && e->value.function.esym->result) in gfc_expr_attr()
2791 gfc_symbol *sym = e->value.function.esym->result; in gfc_expr_attr()
2968 if (e->value.function.esym && e->value.function.esym->result) in gfc_caf_attr()
2970 gfc_symbol *sym = e->value.function.esym->result; in gfc_caf_attr()
3391 e->value.function.esym = sym; in gfc_match_structure_constructor()
3974 e->value.function.esym = sym; in gfc_match_rvalue()
H A Dprimary.cc2776 if (e->value.function.esym && e->value.function.esym->result) in gfc_expr_attr()
2778 gfc_symbol *sym = e->value.function.esym->result; in gfc_expr_attr()
2955 if (e->value.function.esym && e->value.function.esym->result) in gfc_caf_attr()
2957 gfc_symbol *sym = e->value.function.esym->result; in gfc_caf_attr()
3377 e->value.function.esym = sym; in gfc_match_structure_constructor()
3960 e->value.function.esym = sym; in gfc_match_rvalue()
H A Dfrontend-passes.c572 if ((*e)->value.function.esym) in cfe_register_funcs()
575 if ((*e)->value.function.esym->attr.elemental && (*e)->rank > 0) in cfe_register_funcs()
581 && !(*e)->value.function.esym->attr.pure in cfe_register_funcs()
582 && !(*e)->value.function.esym->attr.implicit_pure) in cfe_register_funcs()
1597 && ! (e->value.function.esym in optimize_binop_array_assignment()
1598 && (e->value.function.esym->attr.elemental in optimize_binop_array_assignment()
1599 || e->value.function.esym->attr.allocatable in optimize_binop_array_assignment()
1600 || e->value.function.esym->ts.type != c->expr1->ts.type in optimize_binop_array_assignment()
1601 || e->value.function.esym->ts.kind != c->expr1->ts.kind)) in optimize_binop_array_assignment()
5503 sym = e->value.function.esym; in check_externals_expr()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dprimary.c2789 if (e->value.function.esym && e->value.function.esym->result) in gfc_expr_attr()
2791 gfc_symbol *sym = e->value.function.esym->result; in gfc_expr_attr()
2968 if (e->value.function.esym && e->value.function.esym->result) in gfc_caf_attr()
2970 gfc_symbol *sym = e->value.function.esym->result; in gfc_caf_attr()
3391 e->value.function.esym = sym; in gfc_match_structure_constructor()
3974 e->value.function.esym = sym; in gfc_match_rvalue()
H A Dfrontend-passes.c572 if ((*e)->value.function.esym) in cfe_register_funcs()
575 if ((*e)->value.function.esym->attr.elemental && (*e)->rank > 0) in cfe_register_funcs()
581 && !(*e)->value.function.esym->attr.pure in cfe_register_funcs()
582 && !(*e)->value.function.esym->attr.implicit_pure) in cfe_register_funcs()
1597 && ! (e->value.function.esym in optimize_binop_array_assignment()
1598 && (e->value.function.esym->attr.elemental in optimize_binop_array_assignment()
1599 || e->value.function.esym->attr.allocatable in optimize_binop_array_assignment()
1600 || e->value.function.esym->ts.type != c->expr1->ts.type in optimize_binop_array_assignment()
1601 || e->value.function.esym->ts.kind != c->expr1->ts.kind)) in optimize_binop_array_assignment()
5503 sym = e->value.function.esym; in check_externals_expr()
/netbsd/sys/arch/vax/vax/
H A Dsubr.S103 2: bisl3 $0x80000000,%r9,_C_LABEL(esym) # End of loaded code
115 3: addl3 _C_LABEL(esym),$0x3ff,%r0 # Round symbol table end
/netbsd/sys/arch/cobalt/stand/boot/
H A Dboot.c477 bi_syms.esym = marks[MARK_END]; in main()
/netbsd/sys/arch/mips/mips/
H A Dlocore.S916 .globl _C_LABEL(esym)
917 _C_LABEL(esym):
/netbsd/sys/arch/cesfic/cesfic/
H A Dlocore.s135 BSS(esym,4)
165 RELOC(esym, %a0)
250 RELOC(esym,%a0) | end of static kernel test/data/syms
/netbsd/sys/arch/mvme68k/mvme68k/
H A Dlocore.s94 BSS(esym,4)
142 RELOC(esym, %a0)
555 RELOC(esym,%a0) | end of static kernel text/data syms
/netbsd/sys/arch/luna68k/luna68k/
H A Dlocore.s88 BSS(esym,4)
232 RELOC(esym,%a0)
237 RELOC(esym,%a0) | end of static kernel test/data/syms
/netbsd/sys/arch/i386/i386/
H A Dlocore.S298 .globl _C_LABEL(esym)
849 movl RELOC(esym),%eax
1226 movl $RELOC(esym),%ebp
/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/sys/arch/evbarm/stand/boot2440/
H A Dmain.c254 bi_syms.esym = (void*)marks[MARK_END]; in main()
/netbsd/external/gpl3/gdb/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/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/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/gdb.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/gdb/dist/gas/config/
H A Dtc-mmix.c4073 symbolS *esym = NULL; in s_loc() local
4078 esym = sym = make_expr_symbol (&exp); in s_loc()
4094 esym = make_expr_symbol (&exp); in s_loc()
4106 loc_asserts->loc_sym = esym; in s_loc()

1234567891011