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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffgen.c561 struct internal_syment *syment)
567 syment->n_scnum = N_UNDEF;
568 syment->n_value = coff_symbol_ptr->symbol.value;
573 syment->n_value = coff_symbol_ptr->symbol.value;
577 syment->n_scnum = N_UNDEF;
578 syment->n_value = 0;
585 syment->n_scnum =
588 syment->n_value = (coff_symbol_ptr->symbol.value
592 syment->n_value += (syment
559 fixup_symbol_value(bfd *abfd, coff_symbol_type *coff_symbol_ptr, struct internal_syment *syment) argument
[all...]
H A Dcoffcode.h277 . struct internal_syment syment;
1584 native->u.syment.n_type = T_NULL;
1585 native->u.syment.n_sclass = C_STAT;
2296 int class = symbol->u.syment.n_sclass;
2299 && indaux + 1 == symbol->u.syment.n_numaux)
2333 && (symbol->u.syment.n_sclass == C_LEAFPROC
2334 || symbol->u.syment.n_sclass == C_LEAFSTAT
2335 || symbol->u.syment.n_sclass == C_LEAFEXT));
2356 if ((symbol->u.syment.n_sclass == C_EXT
2357 || symbol->u.syment
4698 coff_classify_symbol(bfd *abfd, struct internal_syment *syment) argument
[all...]
H A Dcoff64-rs6000.c2204 struct internal_syment syment;
2356 memset (&syment, 0, sizeof (struct internal_syment));
2359 syment._n._n_n._n_offset = st_tmp - string_table;
2363 syment.n_scnum = 2;
2364 syment.n_sclass = C_HIDEXT;
2365 syment.n_numaux = 1;
2369 bfd_coff_swap_sym_out (abfd, &syment,
2371 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
2372 syment
2203 struct internal_syment syment; local
[all...]
H A Dcoff-rs6000.c3694 struct internal_syment syment;
3811 memset (&syment, 0, sizeof (struct internal_syment));
3813 memcpy (syment._n._n_name, data_name, strlen (data_name));
3814 syment.n_scnum = 1;
3815 syment.n_sclass = C_HIDEXT;
3816 syment.n_numaux = 1;
3820 bfd_coff_swap_sym_out (abfd, &syment,
3822 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
3823 syment
3688 struct internal_syment syment; local
[all...]
H A Dcoff-i386.c385 && coffsym->native->u.syment.n_scnum == 0) \
386 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
H A Dcoff-x86_64.c485 && coffsym->native->u.syment.n_scnum == 0) \
486 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
H A Dpe-mips.c369 && coffsym->native->u.syment.n_scnum == 0) \
370 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
H A Dpeicode.h568 ent->u.syment.n_sclass = sclass;
569 ent->u.syment.n_scnum = section->target_index;
570 ent->u.syment._n._n_n._n_offset = (long) sym;
H A Dlibcoff.h639 struct internal_syment syment; member in union:coff_ptr_struct::__anon244
/freebsd-11-stable/contrib/binutils/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.c202 struct internal_syment *sym = &rawsyms[i].u.syment;
290 res->addresses[0] = rawsyms[i].u.syment.n_value - s->vma;
308 struct internal_syment *sym = &rawsyms[i].u.syment;
474 struct internal_syment *sym = &rawsyms[i].u.syment;
539 struct internal_syment *sym = &rawsyms[i].u.syment;
613 struct internal_syment *sym = &rawsyms[i].u.syment;
/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dsyms.h45 struct syment struct
213 #define SYMENT struct syment
/freebsd-11-stable/contrib/gcc/
H A Dsys-types.h9 struct syment;
27 struct syment;
H A Dsys-protos.h618 extern char * ldgetname(struct ldfile *, const struct syment *);
635 extern int ldtbread(struct ldfile *, long int, struct syment *);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c219 return coffsymbol (symbol_get_bfdsym (sym))->native->u.syment.n_type;
225 coffsymbol (symbol_get_bfdsym (sym))->native->u.syment.n_type = val;
232 return coffsymbol (symbol_get_bfdsym (sym))->native->u.syment.n_sclass;
238 coffsymbol (symbol_get_bfdsym (sym))->native->u.syment.n_sclass = val;
H A Dobj-coff.h217 (coffsymbol (symbol_get_bfdsym (s))->native->u.syment.n_numaux)
H A Dtc-arm.c19553 coffsymbol (symbol_get_bfdsym (sym))->native->u.syment.n_flags = 0xFF;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c57 typedef struct syment { struct
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darm-dis.c4080 is_thumb = ( cs->native->u.syment.n_sclass == C_THUMBEXT
4081 || cs->native->u.syment.n_sclass == C_THUMBSTAT
4082 || cs->native->u.syment.n_sclass == C_THUMBLABEL
4083 || cs->native->u.syment.n_sclass == C_THUMBEXTFUNC
4084 || cs->native->u.syment.n_sclass == C_THUMBSTATFUNC);
/freebsd-11-stable/contrib/gdb/gdb/
H A Darm-tdep.c1904 ce.u.syment.n_sclass = C_THUMBEXTFUNC;

Completed in 409 milliseconds