Searched refs:l_lnno (Results 1 – 16 of 16) sorted by relevance
/toolchain/binutils/binutils-2.25/include/coff/ |
D | external.h | 124 char l_lnno[L_LNNO_SIZE]; /* line number */ member 131 #define GET_LINENO_LNNO(abfd, ext) H_GET_32 (abfd, (ext->l_lnno)) 132 #define PUT_LINENO_LNNO(abfd, val, ext) H_PUT_32 (abfd, val, (ext->l_lnno)) 135 #define GET_LINENO_LNNO(abfd, ext) H_GET_16 (abfd, (ext->l_lnno)) 136 #define PUT_LINENO_LNNO(abfd, val, ext) H_PUT_16 (abfd, val, (ext->l_lnno))
|
D | i960.h | 144 char l_lnno[2]; /* line number */ member
|
D | rs6k64.h | 111 char l_lnno[4]; /* line number */ member
|
D | rs6000.h | 111 char l_lnno[2]; /* line number */ member
|
D | internal.h | 464 unsigned long l_lnno; /* line number */ member
|
D | ti.h | 380 char l_lnno[2]; /* line number */ member
|
D | ChangeLog-9103 | 1166 * h8300.h: made the external_lineno l_lnno field 4 bytes wide.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | libpei.h | 117 H_GET_16 (abfd, ext->l_lnno); 121 H_PUT_16(abfd,val, ext->l_lnno);
|
D | coffswap.h | 90 H_GET_16 (abfd, ext->l_lnno); 94 H_PUT_16 (abfd, val, ext->l_lnno); 586 in->l_lnno = GET_LINENO_LNNO (abfd, ext); in coff_swap_lineno_in() 596 PUT_LINENO_LNNO (abfd, in->l_lnno, ext); in coff_swap_lineno_out()
|
D | coff64-rs6000.c | 291 in->l_lnno = H_GET_32 (abfd, (ext->l_lnno)); in _bfd_xcoff64_swap_lineno_in() 292 if (in->l_lnno == 0) in _bfd_xcoff64_swap_lineno_in() 305 H_PUT_32 (abfd, in->l_lnno, (ext->l_lnno)); in _bfd_xcoff64_swap_lineno_out() 307 if (in->l_lnno == 0) in _bfd_xcoff64_swap_lineno_out()
|
D | coffgen.c | 1481 out.l_lnno = 0; in coff_write_linenumbers() 1490 out.l_lnno = l->line_number; in coff_write_linenumbers()
|
D | peXXigen.c | 446 in->l_lnno = GET_LINENO_LNNO (abfd, ext); in _bfd_XXi_swap_lineno_in() 456 PUT_LINENO_LNNO (abfd, in->l_lnno, ext); in _bfd_XXi_swap_lineno_out()
|
D | cofflink.c | 2198 if (iline.l_lnno != 0) in _bfd_coff_link_input_bfd()
|
D | xcofflink.c | 1428 if (lin.l_lnno == 0 in xcoff_link_add_symbols() 1444 if (lin.l_lnno == 0) in xcoff_link_add_symbols()
|
D | coffcode.h | 4558 cache_ptr->line_number = dst.l_lnno; in coff_slurp_line_table()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 1011 no = bfd_h_get_16 (abfd, ln.l_lnno); in dump_xcoff32_lineno()
|