Home
last modified time | relevance | path

Searched refs:pei_section_data (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A DpeXXigen.c527 && (pei_section_data (abfd, sec) != NULL)) in add_data_entry()
530 int size = pei_section_data (abfd, sec)->virt_size; in add_data_entry()
666 && pei_section_data (abfd, sec) != NULL) in _bfd_XXi_swap_aouthdr_out()
1622 || pei_section_data (abfd, section) == NULL) in pe_print_pdata()
1625 stop = pei_section_data (abfd, section)->virt_size; in pe_print_pdata()
2039 && pei_section_data (ibfd, isec) != NULL) in _bfd_XX_bfd_copy_private_section_data()
2049 if (pei_section_data (obfd, osec) == NULL) in _bfd_XX_bfd_copy_private_section_data()
2057 pei_section_data (obfd, osec)->virt_size = in _bfd_XX_bfd_copy_private_section_data()
2058 pei_section_data (ibfd, isec)->virt_size; in _bfd_XX_bfd_copy_private_section_data()
2059 pei_section_data (obfd, osec)->pe_flags = in _bfd_XX_bfd_copy_private_section_data()
[all …]
H A Dcoffcode.h1672 if (pei_section_data (abfd, section) == NULL) in coff_set_alignment_hook()
1680 pei_section_data (abfd, section)->virt_size = hdr->s_paddr; in coff_set_alignment_hook()
1681 pei_section_data (abfd, section)->pe_flags = hdr->s_flags; in coff_set_alignment_hook()
3122 if (pei_section_data (abfd, current) == NULL) in coff_compute_section_file_positions()
3130 if (pei_section_data (abfd, current)->virt_size == 0) in coff_compute_section_file_positions()
3131 pei_section_data (abfd, current)->virt_size = current->size; in coff_compute_section_file_positions()
3234 if (pei_section_data (abfd, current)->virt_size < current->size) in coff_compute_section_file_positions()
3526 && pei_section_data (abfd, current) != NULL) in coff_write_object_contents()
3527 section.s_paddr = pei_section_data (abfd, current)->virt_size; in coff_write_object_contents()
H A Dlibcoff-in.h238 #define pei_section_data(abfd, sec) \ macro
H A Dlibcoff.h242 #define pei_section_data(abfd, sec) \ macro
H A DChangeLog-96974489 * peicode.h (add_data_entry): Use pei_section_data rather than
4842 (pei_section_data): Define macro.
4845 store s_paddr field in pei_section_data.
4846 (coff_compute_section_file_positions): Use pei_section_data rather
4849 0. If COFF_IMAGE_WITH_PE, set s_paddr to pei_section_data.