Home
last modified time | relevance | path

Searched refs:coff_section_tdata (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Dlibcoff-in.h180 struct coff_section_tdata struct
205 ((struct coff_section_tdata *) (sec)->used_by_bfd)
H A Dpeicode.h427 #define SIZEOF_ILF_SECTIONS (NUM_ILF_SECTIONS * sizeof (struct coff_section_tdata))
632 sec->used_by_bfd = (struct coff_section_tdata *) vars->data; in pe_ILF_make_a_section()
633 vars->data += sizeof (struct coff_section_tdata); in pe_ILF_make_a_section()
H A Dlibcoff.h184 struct coff_section_tdata struct
209 ((struct coff_section_tdata *) (sec)->used_by_bfd)
H A Dcoffgen.c463 amt = sizeof (struct coff_section_tdata); in _bfd_coff_read_internal_relocs()
2044 struct coff_section_tdata *sec_data; in coff_find_nearest_line()
2220 amt = sizeof (struct coff_section_tdata); in coff_find_nearest_line()
2222 sec_data = (struct coff_section_tdata *) section->used_by_bfd; in coff_find_nearest_line()
H A Dcofflink.c591 struct coff_section_tdata *secdata in coff_link_add_symbols()
596 amt = sizeof (struct coff_section_tdata); in coff_link_add_symbols()
2276 struct coff_section_tdata *secdata; in _bfd_coff_link_input_bfd()
H A Dcoffcode.h1665 amt = sizeof (struct coff_section_tdata); in coff_set_alignment_hook()
3116 bfd_size_type amt = sizeof (struct coff_section_tdata); in coff_compute_section_file_positions()
H A Dxcofflink.c133 bfd_size_type amt = sizeof (struct coff_section_tdata); in xcoff_get_section_contents()
1433 amt = sizeof (struct coff_section_tdata); in xcoff_link_add_symbols()
1574 amt = sizeof (struct coff_section_tdata); in xcoff_link_add_symbols()
H A DpeXXigen.c2043 bfd_size_type amt = sizeof (struct coff_section_tdata); in _bfd_XX_bfd_copy_private_section_data()
H A DChangeLog-94951671 * libcoff-in.h (struct coff_section_tdata): Add offset, i,
1802 * libcoff-in.h (struct coff_section_tdata): Add tdata field.
2223 to PTR, not coff_section_tdata pointer, since PTR is the real type
2438 (coff_section_tdata): Define new structure.
H A DChangeLog-96975063 * libcoff-in.h (struct coff_section_tdata): Add stab_info field.