Searched refs:l_lnno (Results 1 – 18 of 18) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | external.h | 109 char l_lnno[L_LNNO_SIZE]; /* line number */ member 116 #define GET_LINENO_LNNO(abfd, ext) H_GET_32 (abfd, (ext->l_lnno)) 117 #define PUT_LINENO_LNNO(abfd, val, ext) H_PUT_32 (abfd, val, (ext->l_lnno)) 120 #define GET_LINENO_LNNO(abfd, ext) H_GET_16 (abfd, (ext->l_lnno)) 121 #define PUT_LINENO_LNNO(abfd, val, ext) H_PUT_16 (abfd, val, (ext->l_lnno))
|
| D | or32.h | 167 char l_lnno[2]; /* line number */ member
|
| D | i960.h | 143 char l_lnno[2]; /* line number */ member
|
| D | rs6k64.h | 110 char l_lnno[4]; /* line number */ member
|
| D | rs6000.h | 100 char l_lnno[2]; /* line number */ member
|
| D | internal.h | 368 unsigned long l_lnno; /* line number */ member
|
| D | ti.h | 296 char l_lnno[2]; /* line number */ member
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | libpei.h | 116 H_GET_16 (abfd, ext->l_lnno); 120 H_PUT_16(abfd,val, ext->l_lnno);
|
| D | coffswap.h | 91 H_GET_16 (abfd, ext->l_lnno); 95 H_PUT_16 (abfd, val, ext->l_lnno); 585 in->l_lnno = GET_LINENO_LNNO (abfd, ext); in coff_swap_lineno_in() 595 PUT_LINENO_LNNO (abfd, in->l_lnno, ext); in coff_swap_lineno_out()
|
| D | coff64-rs6000.c | 286 in->l_lnno = H_GET_32 (abfd, (ext->l_lnno)); 287 if (in->l_lnno == 0) 303 H_PUT_32 (abfd, in->l_lnno, (ext->l_lnno)); 305 if (in->l_lnno == 0)
|
| D | peXXigen.c | 369 in->l_lnno = GET_LINENO_LNNO (abfd, ext); in _bfd_XXi_swap_lineno_in() 379 PUT_LINENO_LNNO (abfd, in->l_lnno, ext); in _bfd_XXi_swap_lineno_out()
|
| D | coffgen.c | 1293 out.l_lnno = 0; in coff_write_linenumbers() 1302 out.l_lnno = l->line_number; in coff_write_linenumbers()
|
| D | xcofflink.c | 1164 if (lin.l_lnno == 0 in xcoff_link_add_symbols() 1180 if (lin.l_lnno == 0) in xcoff_link_add_symbols() 4093 if (lin.l_lnno != 0 in xcoff_link_input_bfd() 4123 if (lin.l_lnno == 0) in xcoff_link_input_bfd()
|
| D | cofflink.c | 2157 if (iline.l_lnno != 0) in _bfd_coff_link_input_bfd()
|
| D | coffcode.h | 4256 cache_ptr->line_number = dst.l_lnno; in coff_slurp_line_table()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | xcoffread.c | 792 addr = (int_lnno.l_lnno in enter_line_range() 801 if (int_lnno.l_lnno == 0) in enter_line_range() 808 record_line (subfile, *firstLine + int_lnno.l_lnno, addr); in enter_line_range()
|
| D | coffread.c | 1338 #define L_LNNO32(lp) ((lp)->l_lnno)
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-coff.c | 2341 new_line->line.l_lnno = line_number; in c_line_new() 3406 if (line_ptr->line.l_lnno == 0) in do_linenos_for()
|