Searched refs:x_lnno (Results 1 – 18 of 18) sorted by relevance
/toolchain/binutils/binutils-2.25/include/coff/ |
D | m88k.h | 110 char x_lnno[4]; /* declaration line number */ member 165 H_GET_32 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno) 167 H_PUT_32 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno)
|
D | sparc.h | 96 char x_lnno[2]; /* declaration line number */ member
|
D | i960.h | 195 char x_lnno[2]; /* declaration line number */ member
|
D | external.h | 203 char x_lnno[2]; /* declaration line number */ member
|
D | rs6k64.h | 144 char x_lnno[4]; /* declaration line number */ member
|
D | rs6000.h | 154 char x_lnno[2]; /* declaration line number */ member
|
D | internal.h | 562 unsigned short x_lnno; /* declaration line number */ member
|
D | ti.h | 427 char x_lnno[2]; /* declaration line number */ member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | libpei.h | 77 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno) 85 H_PUT_16(abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno)
|
D | coffswap.h | 50 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno) 58 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno) 472 in->x_sym.x_misc.x_lnsz.x_lnno = GET_LNSZ_LNNO (abfd, ext); in coff_swap_aux_in() 564 PUT_LNSZ_LNNO (abfd, in->x_sym.x_misc.x_lnsz.x_lnno, ext); in coff_swap_aux_out()
|
D | coff64-rs6000.c | 423 in->x_sym.x_misc.x_lnsz.x_lnno in _bfd_xcoff64_swap_aux_in() 424 = H_GET_32 (abfd, ext->x_sym.x_fcnary.x_lnsz.x_lnno); in _bfd_xcoff64_swap_aux_in() 509 H_PUT_32 (abfd, in->x_sym.x_misc.x_lnsz.x_lnno, in _bfd_xcoff64_swap_aux_out() 510 ext->x_sym.x_fcnary.x_lnsz.x_lnno); in _bfd_xcoff64_swap_aux_out()
|
D | coff-rs6000.c | 580 in->x_sym.x_misc.x_lnsz.x_lnno = in _bfd_xcoff_swap_aux_in() 581 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno); in _bfd_xcoff_swap_aux_in() 676 H_PUT_16 (abfd, in->x_sym.x_misc.x_lnsz.x_lnno, in _bfd_xcoff_swap_aux_out() 677 ext->x_sym.x_misc.x_lnsz.x_lnno); in _bfd_xcoff_swap_aux_out()
|
D | coffgen.c | 2219 auxp->u.auxent.x_sym.x_misc.x_lnsz.x_lnno, in coff_print_symbol() 2449 line_base = a->x_sym.x_misc.x_lnsz.x_lnno; in coff_find_nearest_line_with_names()
|
D | peXXigen.c | 359 in->x_sym.x_misc.x_lnsz.x_lnno = GET_LNSZ_LNNO (abfd, ext); in _bfd_XXi_swap_aux_in() 432 PUT_LNSZ_LNNO (abfd, in->x_sym.x_misc.x_lnsz.x_lnno, ext); in _bfd_XXi_swap_aux_out()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-coff.h | 204 #define SA_GET_SYM_LNNO(s) (SYM_AUXENT (s)->x_sym.x_misc.x_lnsz.x_lnno) 215 #define SA_SET_SYM_LNNO(s,v) (SYM_AUXENT (s)->x_sym.x_misc.x_lnsz.x_lnno = (v))
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | coffgrok.c | 278 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno; in do_lines()
|
D | rdcoff.c | 813 base = auxent.x_sym.x_misc.x_lnsz.x_lnno - 1; in parse_coff()
|
D | od-xcoff.c | 903 (abfd, aux->x_sym.x_misc.x_lnsz.x_lnno)); in dump_xcoff32_symbols()
|