/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-stgo32.c | 187 ADJUST_VAL (scnhdr_int->s_lnnoptr, GO32_STUBSIZE); in adjust_scnhdr_in_post() 199 ADJUST_VAL (scnhdr_int->s_lnnoptr, -GO32_STUBSIZE); in adjust_scnhdr_out_pre() 211 ADJUST_VAL (scnhdr_int->s_lnnoptr, GO32_STUBSIZE); in adjust_scnhdr_out_post()
|
D | coffswap.h | 766 scnhdr_int->s_lnnoptr = GET_SCNHDR_LNNOPTR (abfd, scnhdr_ext->s_lnnoptr); in coff_swap_scnhdr_in() 795 PUT_SCNHDR_LNNOPTR (abfd, scnhdr_int->s_lnnoptr, scnhdr_ext->s_lnnoptr); in coff_swap_scnhdr_out()
|
D | peicode.h | 215 scnhdr_int->s_lnnoptr = GET_SCNHDR_LNNOPTR (abfd, scnhdr_ext->s_lnnoptr); in coff_swap_scnhdr_in()
|
D | coff64-rs6000.c | 826 section.s_lnnoptr = current->line_filepos; in xcoff64_write_object_contents() 2223 text_scnhdr.s_lnnoptr = 0; in xcoff64_generate_rtinit() 2236 data_scnhdr.s_lnnoptr = 0; in xcoff64_generate_rtinit() 2249 bss_scnhdr.s_lnnoptr = 0; in xcoff64_generate_rtinit()
|
D | coffcode.h | 3781 section.s_lnnoptr = current->line_filepos; in coff_write_object_contents() 3965 scnhdr.s_lnnoptr = current->line_filepos; in coff_write_object_contents()
|
D | ecoff.c | 2439 section.s_lnnoptr = 0; in _bfd_ecoff_write_object_contents() 2446 section.s_lnnoptr = current->line_filepos; in _bfd_ecoff_write_object_contents()
|
D | peXXigen.c | 995 PUT_SCNHDR_LNNOPTR (abfd, scnhdr_int->s_lnnoptr, in _bfd_XXi_swap_scnhdr_out() 996 scnhdr_ext->s_lnnoptr); in _bfd_XXi_swap_scnhdr_out()
|
D | coffgen.c | 122 return_section->line_filepos = hdr->s_lnnoptr; in make_a_section_from_file()
|
D | coff-rs6000.c | 3693 scnhdr.s_lnnoptr = 0; in xcoff_generate_rtinit()
|
D | ChangeLog-9495 | 9572 (ecoff_write_object_contents): Set s_lnnoptr for the .pdata
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | tic80.h | 59 char s_lnnoptr[4]; /* file ptr to line numbers */ member
|
D | i960.h | 111 char s_lnnoptr[4]; /* file ptr to line numbers */ member
|
D | external.h | 86 char s_lnnoptr[4]; /* file ptr to line numbers */ member
|
D | m88k.h | 47 char s_lnnoptr[4]; /* file ptr to line numbers */ member
|
D | ti.h | 173 char s_lnnoptr[4]; /* file ptr to line numbers */ member 189 char s_lnnoptr[4]; /* file ptr to line numbers */ member
|
D | rs6k64.h | 85 char s_lnnoptr[8]; /* file ptr to line numbers */ member
|
D | rs6000.h | 90 char s_lnnoptr[4]; /* file ptr to line numbers */ member
|
D | alpha.h | 85 unsigned char s_lnnoptr[8]; /* file ptr to line numbers */ member
|
D | internal.h | 415 bfd_vma s_lnnoptr; /* file ptr to line numbers */ member
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | encap.h | 71 long s_lnnoptr; member
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-xcoff.c | 99 unsigned char s_lnnoptr[4]; /* file ptr to line numbers */ member 111 unsigned char s_lnnoptr[8]; /* file ptr to line numbers */ member
|
D | simple-object-coff.c | 76 unsigned char s_lnnoptr[4]; /* file ptr to line numbers */ member
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 558 (unsigned int)bfd_h_get_32 (abfd, scn.s_lnnoptr), in dump_xcoff32_sections_header() 613 s->lnnoptr = bfd_h_get_32 (abfd, scn.s_lnnoptr); in xcoff32_read_sections()
|