Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-bfd.h42 struct coff_section_tdata struct
67 ((struct coff_section_tdata *) (sec)->used_by_bfd)
Dpeicode.h430 #define SIZEOF_ILF_SECTIONS (NUM_ILF_SECTIONS * sizeof (struct coff_section_tdata))
642 unsigned int alignment = __alignof__ (struct coff_section_tdata); in pe_ILF_make_a_section()
649 sec->used_by_bfd = (struct coff_section_tdata *) vars->data; in pe_ILF_make_a_section()
650 vars->data += sizeof (struct coff_section_tdata); in pe_ILF_make_a_section()
Dcoff-i960.c239 bfd_size_type amt = sizeof (struct coff_section_tdata); in coff_i960_relocate()
Dcoffgen.c563 amt = sizeof (struct coff_section_tdata); in _bfd_coff_read_internal_relocs()
2232 struct coff_section_tdata *sec_data; in coff_find_nearest_line_with_names()
2441 amt = sizeof (struct coff_section_tdata); in coff_find_nearest_line_with_names()
2443 sec_data = (struct coff_section_tdata *) section->used_by_bfd; in coff_find_nearest_line_with_names()
Dcofflink.c531 struct coff_section_tdata *secdata in coff_link_add_symbols()
536 amt = sizeof (struct coff_section_tdata); in coff_link_add_symbols()
2349 struct coff_section_tdata *secdata; in _bfd_coff_link_input_bfd()
Dcoffcode.h1900 amt = sizeof (struct coff_section_tdata); in coff_set_alignment_hook()
3356 bfd_size_type amt = sizeof (struct coff_section_tdata); in coff_compute_section_file_positions()
Dxcofflink.c216 bfd_size_type amt = sizeof (struct coff_section_tdata); in xcoff_get_section_contents()
1688 amt = sizeof (struct coff_section_tdata); in xcoff_link_add_symbols()
1821 amt = sizeof (struct coff_section_tdata); in xcoff_link_add_symbols()
Dcoff-sh.c723 bfd_size_type amt = sizeof (struct coff_section_tdata); in sh_relax_section()
DpeXXigen.c3036 bfd_size_type amt = sizeof (struct coff_section_tdata); in _bfd_XX_bfd_copy_private_section_data()
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.
DChangeLog-2014216 (struct coff_section_tdata, coff_section_data): Move to coff-bfd.h.
DChangeLog-20042195 * libcoff-in.h (coff_section_tdata): Add comdat.
DChangeLog-96975063 * libcoff-in.h (struct coff_section_tdata): Add stab_info field.