Searched refs:syment (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcoffgen.c577 struct internal_syment *syment)
584 syment->n_scnum = N_UNDEF;
585 syment->n_value = coff_symbol_ptr->symbol.value;
590 syment->n_value = coff_symbol_ptr->symbol.value;
594 syment->n_scnum = N_UNDEF;
595 syment->n_value = 0;
602 syment->n_scnum =
605 syment->n_value = (coff_symbol_ptr->symbol.value
609 syment->n_value += (syment
575 fixup_symbol_value(bfd *abfd, coff_symbol_type *coff_symbol_ptr, struct internal_syment *syment) argument
[all...]
H A Dcoff64-rs6000.c2254 struct internal_syment syment;
2406 memset (&syment, 0, sizeof (struct internal_syment));
2409 syment._n._n_n._n_offset = st_tmp - string_table;
2413 syment.n_scnum = 2;
2414 syment.n_sclass = C_HIDEXT;
2415 syment.n_numaux = 1;
2419 bfd_coff_swap_sym_out (abfd, &syment,
2421 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
2422 syment
2253 struct internal_syment syment; local
[all...]
H A Dcoffcode.h340 . struct internal_syment syment;
1750 native->u.syment.n_type = T_NULL;
1751 native->u.syment.n_sclass = C_STAT;
2455 int n_sclass = symbol->u.syment.n_sclass;
2458 && indaux + 1 == symbol->u.syment.n_numaux)
2492 && (symbol->u.syment.n_sclass == C_LEAFPROC
2493 || symbol->u.syment.n_sclass == C_LEAFSTAT
2494 || symbol->u.syment.n_sclass == C_LEAFEXT));
2515 if (CSECT_SYM_P (symbol->u.syment.n_sclass)
2516 && indaux + 1 == symbol->u.syment
4961 coff_classify_symbol(bfd *abfd, struct internal_syment *syment) argument
[all...]
H A Dcoff-rs6000.c3723 struct internal_syment syment;
3840 memset (&syment, 0, sizeof (struct internal_syment));
3842 memcpy (syment._n._n_name, data_name, strlen (data_name));
3843 syment.n_scnum = 1;
3844 syment.n_sclass = C_HIDEXT;
3845 syment.n_numaux = 1;
3849 bfd_coff_swap_sym_out (abfd, &syment,
3851 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
3852 syment
3717 struct internal_syment syment; local
[all...]
H A Dcoff-i960.c93 && coffsym->native->u.syment.n_scnum == 0) \
148 switch (cs->native->u.syment.n_sclass)
157 int olf = (aux->x_bal.x_balntry - cs->native->u.syment.n_value);
158 BFD_ASSERT(cs->native->u.syment.n_numaux==2);
H A Dcoff-i386.c391 && coffsym->native->u.syment.n_scnum == 0) \
392 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
H A Dcoff-m68k.c387 && coffsym->native->u.syment.n_scnum == 0) \
388 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
H A Dcoff-x86_64.c492 && coffsym->native->u.syment.n_scnum == 0) \
493 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
H A Dpe-mips.c377 && coffsym->native->u.syment.n_scnum == 0) \
378 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcoffgen.c577 struct internal_syment *syment)
584 syment->n_scnum = N_UNDEF;
585 syment->n_value = coff_symbol_ptr->symbol.value;
590 syment->n_value = coff_symbol_ptr->symbol.value;
594 syment->n_scnum = N_UNDEF;
595 syment->n_value = 0;
602 syment->n_scnum =
605 syment->n_value = (coff_symbol_ptr->symbol.value
609 syment->n_value += (syment
575 fixup_symbol_value(bfd *abfd, coff_symbol_type *coff_symbol_ptr, struct internal_syment *syment) argument
[all...]
H A Dcoffcode.h340 . struct internal_syment syment;
1750 native->u.syment.n_type = T_NULL;
1751 native->u.syment.n_sclass = C_STAT;
2457 int n_sclass = symbol->u.syment.n_sclass;
2460 && indaux + 1 == symbol->u.syment.n_numaux)
2494 && (symbol->u.syment.n_sclass == C_LEAFPROC
2495 || symbol->u.syment.n_sclass == C_LEAFSTAT
2496 || symbol->u.syment.n_sclass == C_LEAFEXT));
2517 if (CSECT_SYM_P (symbol->u.syment.n_sclass)
2518 && indaux + 1 == symbol->u.syment
4966 coff_classify_symbol(bfd *abfd, struct internal_syment *syment) argument
[all...]
H A Dcoff64-rs6000.c2254 struct internal_syment syment;
2406 memset (&syment, 0, sizeof (struct internal_syment));
2409 syment._n._n_n._n_offset = st_tmp - string_table;
2413 syment.n_scnum = 2;
2414 syment.n_sclass = C_HIDEXT;
2415 syment.n_numaux = 1;
2419 bfd_coff_swap_sym_out (abfd, &syment,
2421 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
2422 syment
2253 struct internal_syment syment; local
[all...]
H A Dcoff-rs6000.c3723 struct internal_syment syment;
3840 memset (&syment, 0, sizeof (struct internal_syment));
3842 memcpy (syment._n._n_name, data_name, strlen (data_name));
3843 syment.n_scnum = 1;
3844 syment.n_sclass = C_HIDEXT;
3845 syment.n_numaux = 1;
3849 bfd_coff_swap_sym_out (abfd, &syment,
3851 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
3852 syment
3717 struct internal_syment syment; local
[all...]
H A Dcoff-i960.c93 && coffsym->native->u.syment.n_scnum == 0) \
148 switch (cs->native->u.syment.n_sclass)
157 int olf = (aux->x_bal.x_balntry - cs->native->u.syment.n_value);
158 BFD_ASSERT(cs->native->u.syment.n_numaux==2);
H A Dcoff-x86_64.c492 && coffsym->native->u.syment.n_scnum == 0) \
493 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
H A Dcoff-i386.c391 && coffsym->native->u.syment.n_scnum == 0) \
392 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
H A Dcoff-m68k.c387 && coffsym->native->u.syment.n_scnum == 0) \
388 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
H A Dpe-mips.c377 && coffsym->native->u.syment.n_scnum == 0) \
378 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Dlookup.c47 struct syment { struct
51 struct syment *s_next;
54 static struct syment *hashtab[HASHSIZE];
129 struct syment *s;
159 s = ALLOC(syment);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Drdcoff.c176 the c_naux field of the syment to 0. */
398 struct internal_syment syment;
405 if (! bfd_coff_get_syment (abfd, sym, &syment))
415 symbols->coff_symno += 1 + syment.n_numaux;
417 if (syment.n_numaux == 0)
430 switch (syment.n_sclass)
454 syment.n_type, psubaux, TRUE, dhandle);
506 struct internal_syment syment;
510 if (! bfd_coff_get_syment (abfd, sym, &syment))
518 symbols->coff_symno += 1 + syment
397 struct internal_syment syment; local
505 struct internal_syment syment; local
690 struct internal_syment syment; local
[all...]
H A Dcoffgrok.c203 struct internal_syment *sym = &rawsyms[i].u.syment;
291 res->addresses[0] = rawsyms[i].u.syment.n_value - s->vma;
309 struct internal_syment *sym = &rawsyms[i].u.syment;
475 struct internal_syment *sym = &rawsyms[i].u.syment;
540 struct internal_syment *sym = &rawsyms[i].u.syment;
614 struct internal_syment *sym = &rawsyms[i].u.syment;
/netbsd-6-1-5-RELEASE/usr.sbin/kvm_mkdb/
H A Dnlist_coff.c94 struct external_syment *syment; local
154 printf("sizeof syment = %d\n",sizeof(struct external_syment ));
192 syment = (struct external_syment *)&mappedfile[symhdroff +
195 if(syment->e_sclass[0] != 2){
199 if(syment->e.e.e_zeroes[0]){
200 if( syment->e.e_name[COFF_ES_SYMNMLEN-1] ){
201 memcpy( snamebuf, syment->e.e_name,
207 fsymname = syment->e.e_name ;
216 memcpy(&soff, syment->e.e.e_offset, sizeof(long));
247 memcpy(&val, syment
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/head/
H A Dsyms.h45 struct syment struct
213 #define SYMENT struct syment
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsys-types.h9 struct syment;
27 struct syment;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dobj-coff.c287 return coffsymbol (symbol_get_bfdsym (sym))->native->u.syment.n_type;
293 coffsymbol (symbol_get_bfdsym (sym))->native->u.syment.n_type = val;
300 return coffsymbol (symbol_get_bfdsym (sym))->native->u.syment.n_sclass;
306 coffsymbol (symbol_get_bfdsym (sym))->native->u.syment.n_sclass = val;

Completed in 317 milliseconds

12