/toolchain/binutils/binutils-2.25/include/coff/ |
D | ti.h | 175 char s_nlnno[2]; /* number of line number entries*/ member 191 char s_nlnno[4]; /* number of line number entries*/ member 345 PUT_SCNHDR_NLNNO (ABFD, ((struct internal_scnhdr *)(INT))->s_nlnno, \ 346 ((SCNHDR *)(EXT))->s_nlnno); \
|
D | tic80.h | 61 char s_nlnno[2]; /* number of line number entries*/ member
|
D | i960.h | 113 char s_nlnno[2]; /* number of line number entries*/ member
|
D | external.h | 88 char s_nlnno[2]; /* number of line number entries */ member
|
D | m88k.h | 49 char s_nlnno[4]; /* number of line number entries*/ member
|
D | rs6k64.h | 87 char s_nlnno[4]; /* number of line number entries*/ member
|
D | rs6000.h | 92 char s_nlnno[2]; /* number of line number entries*/ member
|
D | alpha.h | 87 unsigned char s_nlnno[2]; /* number of line number entries*/ member
|
D | internal.h | 417 unsigned long s_nlnno; /* number of line number entries*/ member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coffswap.h | 769 scnhdr_int->s_nlnno = GET_SCNHDR_NLNNO (abfd, scnhdr_ext->s_nlnno); in coff_swap_scnhdr_in() 798 H_PUT_32 (abfd, scnhdr_int->s_nlnno, scnhdr_ext->s_nlnno); in coff_swap_scnhdr_out() 801 if (scnhdr_int->s_nlnno <= MAX_SCNHDR_NLNNO) in coff_swap_scnhdr_out() 802 PUT_SCNHDR_NLNNO (abfd, scnhdr_int->s_nlnno, scnhdr_ext->s_nlnno); in coff_swap_scnhdr_out() 812 buf, scnhdr_int->s_nlnno); in coff_swap_scnhdr_out() 813 PUT_SCNHDR_NLNNO (abfd, 0xffff, scnhdr_ext->s_nlnno); in coff_swap_scnhdr_out()
|
D | peicode.h | 222 scnhdr_int->s_nlnno = (H_GET_16 (abfd, scnhdr_ext->s_nlnno) in coff_swap_scnhdr_in() 227 scnhdr_int->s_nlnno = H_GET_16 (abfd, scnhdr_ext->s_nlnno); in coff_swap_scnhdr_in()
|
D | peXXigen.c | 1073 H_PUT_16 (abfd, (scnhdr_int->s_nlnno & 0xffff), scnhdr_ext->s_nlnno); in _bfd_XXi_swap_scnhdr_out() 1074 H_PUT_16 (abfd, (scnhdr_int->s_nlnno >> 16), scnhdr_ext->s_nreloc); in _bfd_XXi_swap_scnhdr_out() 1078 if (scnhdr_int->s_nlnno <= 0xffff) in _bfd_XXi_swap_scnhdr_out() 1079 H_PUT_16 (abfd, scnhdr_int->s_nlnno, scnhdr_ext->s_nlnno); in _bfd_XXi_swap_scnhdr_out() 1084 scnhdr_int->s_nlnno); in _bfd_XXi_swap_scnhdr_out() 1086 H_PUT_16 (abfd, 0xffff, scnhdr_ext->s_nlnno); in _bfd_XXi_swap_scnhdr_out()
|
D | coff64-rs6000.c | 829 section.s_nlnno = current->lineno_count; in xcoff64_write_object_contents() 2225 text_scnhdr.s_nlnno = 0; in xcoff64_generate_rtinit() 2238 data_scnhdr.s_nlnno = 0; in xcoff64_generate_rtinit() 2251 bss_scnhdr.s_nlnno = 0; in xcoff64_generate_rtinit()
|
D | coffcode.h | 3783 section.s_nlnno = current->lineno_count; in coff_write_object_contents() 3803 section.s_nlnno = 0xffff; in coff_write_object_contents() 3967 scnhdr.s_nlnno = current->target_index; in coff_write_object_contents()
|
D | coffgen.c | 124 return_section->lineno_count = hdr->s_nlnno; in make_a_section_from_file()
|
D | coff-rs6000.c | 3695 scnhdr.s_nlnno = 0; in xcoff_generate_rtinit()
|
D | ecoff.c | 2450 section.s_nlnno = 0; in _bfd_ecoff_write_object_contents()
|
D | ChangeLog-9899 | 461 get the overflow of the s_nlnno field from the s_nreloc field. 463 the s_nlnno overflow of the .text section into the s_nreloc
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | encap.h | 73 unsigned short s_nlnno; member
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-xcoff.c | 101 unsigned char s_nlnno[2]; /* number of line number entries */ member 113 unsigned char s_nlnno[4]; /* number of line number entries */ member
|
D | simple-object-coff.c | 78 unsigned char s_nlnno[2]; /* number of line number entries */ member
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 560 (unsigned int)bfd_h_get_16 (abfd, scn.s_nlnno)); in dump_xcoff32_sections_header() 616 s->nlnno = bfd_h_get_16 (abfd, scn.s_nlnno); in xcoff32_read_sections()
|
/toolchain/binutils/binutils-2.25/include/ |
D | ChangeLog-9103 | 2455 s_nreloc and s_nlnno are always long. (internal_reloc): allways
|