Home
last modified time | relevance | path

Searched refs:x_lnnoptr (Results 1 – 18 of 18) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/coff/
Dsparc.h102 char x_lnnoptr[4]; /* ptr to fcn line # */ member
Dexternal.h214 char x_lnnoptr[4]; /* ptr to fcn line # */ member
Drs6k64.h147 char x_lnnoptr[8];/* ptr to fcn line */ member
Drs6000.h146 char x_lnnoptr[4]; /* ptr to fcn line # */ member
Dinternal.h530 bfd_signed_vma x_lnnoptr; /* ptr to fcn line # */ member
Dti.h350 char x_lnnoptr[4]; /* ptr to fcn line # */ member
/freebsd-10-stable/contrib/binutils/bfd/
Dlibpei.h58 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr)
68 H_PUT_32(abfd, in, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr)
Dcoffswap.h33 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr)
43 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr)
450 in->x_sym.x_fcnary.x_fcn.x_lnnoptr = GET_FCN_LNNOPTR (abfd, ext); in coff_swap_aux_in()
541 PUT_FCN_LNNOPTR (abfd, in->x_sym.x_fcnary.x_fcn.x_lnnoptr, ext); in coff_swap_aux_out()
Dxcofflink.c1140 if (auxlin.x_sym.x_fcnary.x_fcn.x_lnnoptr != 0) in xcoff_link_add_symbols()
1154 linoff = (auxlin.x_sym.x_fcnary.x_fcn.x_lnnoptr in xcoff_link_add_symbols()
1191 auxlin.x_sym.x_fcnary.x_fcn.x_lnnoptr; in xcoff_link_add_symbols()
4063 && aux.x_sym.x_fcnary.x_fcn.x_lnnoptr != 0) in xcoff_link_input_bfd()
4067 aux.x_sym.x_fcnary.x_fcn.x_lnnoptr = 0; in xcoff_link_input_bfd()
4089 linoff = (aux.x_sym.x_fcnary.x_fcn.x_lnnoptr in xcoff_link_input_bfd()
4102 aux.x_sym.x_fcnary.x_fcn.x_lnnoptr = 0; in xcoff_link_input_bfd()
4135 aux.x_sym.x_fcnary.x_fcn.x_lnnoptr = in xcoff_link_input_bfd()
4140 aux.x_sym.x_fcnary.x_fcn.x_lnnoptr, in xcoff_link_input_bfd()
4184 + aux.x_sym.x_fcnary.x_fcn.x_lnnoptr); in xcoff_link_input_bfd()
Dcoff64-rs6000.c419 in->x_sym.x_fcnary.x_fcn.x_lnnoptr
420 = H_GET_64 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr);
504 H_PUT_64 (abfd, in->x_sym.x_fcnary.x_fcn.x_lnnoptr,
505 ext->x_sym.x_fcnary.x_fcn.x_lnnoptr);
Dcoff-rs6000.c461 in->x_sym.x_fcnary.x_fcn.x_lnnoptr =
462 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr);
564 H_PUT_32 (abfd, in->x_sym.x_fcnary.x_fcn.x_lnnoptr,
565 ext->x_sym.x_fcnary.x_fcn.x_lnnoptr);
Dcoffgen.c1055 a->x_sym.x_fcnary.x_fcn.x_lnnoptr = in coff_write_native_symbol()
1965 llnos = auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_lnnoptr; in coff_print_symbol()
DpeXXigen.c265 in->x_sym.x_fcnary.x_fcn.x_lnnoptr = GET_FCN_LNNOPTR (abfd, ext); in _bfd_XXi_swap_aux_in()
339 PUT_FCN_LNNOPTR (abfd, in->x_sym.x_fcnary.x_fcn.x_lnnoptr, ext); in _bfd_XXi_swap_aux_out()
Dcofflink.c2205 ia.x_sym.x_fcnary.x_fcn.x_lnnoptr = in _bfd_coff_link_input_bfd()
/freebsd-10-stable/cddl/contrib/opensolaris/head/
Dsyms.h183 long x_lnnoptr; /* ptr to fcn line # */ member
/freebsd-10-stable/contrib/binutils/gas/config/
Dobj-coff.h232 #define SA_GET_SYM_LNNOPTR(s) (SYM_AUXENT (s)->x_sym.x_fcnary.x_fcn.x_lnnoptr)
243 #define SA_SET_SYM_LNNOPTR(s,v) (SYM_AUXENT (s)->x_sym.x_fcnary.x_fcn.x_lnnoptr = (v))
/freebsd-10-stable/contrib/gdb/gdb/
Dcoffread.c766 fcn_line_ptr = main_aux.x_sym.x_fcnary.x_fcn.x_lnnoptr; in coff_symtab_read()
Dxcoffread.c2325 main_aux[0].x_sym.x_fcnary.x_fcn.x_lnnoptr; in scan_xcoff_symtab()