Home
last modified time | relevance | path

Searched refs:s_lnnoptr (Results 1 – 23 of 23) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-stgo32.c187 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()
Dcoffswap.h766 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()
Dpeicode.h215 scnhdr_int->s_lnnoptr = GET_SCNHDR_LNNOPTR (abfd, scnhdr_ext->s_lnnoptr); in coff_swap_scnhdr_in()
Dcoff64-rs6000.c826 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()
Dcoffcode.h3781 section.s_lnnoptr = current->line_filepos; in coff_write_object_contents()
3965 scnhdr.s_lnnoptr = current->line_filepos; in coff_write_object_contents()
Decoff.c2439 section.s_lnnoptr = 0; in _bfd_ecoff_write_object_contents()
2446 section.s_lnnoptr = current->line_filepos; in _bfd_ecoff_write_object_contents()
DpeXXigen.c995 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()
Dcoffgen.c122 return_section->line_filepos = hdr->s_lnnoptr; in make_a_section_from_file()
Dcoff-rs6000.c3693 scnhdr.s_lnnoptr = 0; in xcoff_generate_rtinit()
DChangeLog-94959572 (ecoff_write_object_contents): Set s_lnnoptr for the .pdata
/toolchain/binutils/binutils-2.25/include/coff/
Dtic80.h59 char s_lnnoptr[4]; /* file ptr to line numbers */ member
Di960.h111 char s_lnnoptr[4]; /* file ptr to line numbers */ member
Dexternal.h86 char s_lnnoptr[4]; /* file ptr to line numbers */ member
Dm88k.h47 char s_lnnoptr[4]; /* file ptr to line numbers */ member
Dti.h173 char s_lnnoptr[4]; /* file ptr to line numbers */ member
189 char s_lnnoptr[4]; /* file ptr to line numbers */ member
Drs6k64.h85 char s_lnnoptr[8]; /* file ptr to line numbers */ member
Drs6000.h90 char s_lnnoptr[4]; /* file ptr to line numbers */ member
Dalpha.h85 unsigned char s_lnnoptr[8]; /* file ptr to line numbers */ member
Dinternal.h415 bfd_vma s_lnnoptr; /* file ptr to line numbers */ member
/toolchain/binutils/binutils-2.25/include/aout/
Dencap.h71 long s_lnnoptr; member
/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-xcoff.c99 unsigned char s_lnnoptr[4]; /* file ptr to line numbers */ member
111 unsigned char s_lnnoptr[8]; /* file ptr to line numbers */ member
Dsimple-object-coff.c76 unsigned char s_lnnoptr[4]; /* file ptr to line numbers */ member
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c558 (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()