Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dpei-x86_64.c299 || pei_section_data (abfd, section) == NULL) in pex64_get_section_by_rva()
463 || pei_section_data (abfd, pdata_section) == NULL) in pex64_bfd_print_pdata()
466 stop = pei_section_data (abfd, pdata_section)->virt_size; in pex64_bfd_print_pdata()
612 + pei_section_data (abfd, pdata_section)->virt_size)) in pex64_bfd_print_pdata()
DpeXXigen.c609 && (pei_section_data (abfd, sec) != NULL)) in add_data_entry()
612 int size = pei_section_data (abfd, sec)->virt_size; in add_data_entry()
734 && pei_section_data (abfd, sec) != NULL) in _bfd_XXi_swap_aouthdr_out()
736 + SA (FA (pei_section_data (abfd, sec)->virt_size))); in _bfd_XXi_swap_aouthdr_out()
1872 || pei_section_data (abfd, section) == NULL) in pe_print_pdata()
1875 stop = pei_section_data (abfd, section)->virt_size; in pe_print_pdata()
2055 || pei_section_data (abfd, section) == NULL) in _bfd_XX_print_ce_compressed_pdata()
2058 stop = pei_section_data (abfd, section)->virt_size; in _bfd_XX_print_ce_compressed_pdata()
2119 && pei_section_data (abfd, tsection)) in _bfd_XX_print_ce_compressed_pdata()
2971 && pei_section_data (ibfd, isec) != NULL) in _bfd_XX_bfd_copy_private_section_data()
[all …]
Dcoffcode.h1896 if (pei_section_data (abfd, section) == NULL) in coff_set_alignment_hook()
1904 pei_section_data (abfd, section)->virt_size = hdr->s_paddr; in coff_set_alignment_hook()
1905 pei_section_data (abfd, section)->pe_flags = hdr->s_flags; in coff_set_alignment_hook()
3330 if (pei_section_data (abfd, current) == NULL) in coff_compute_section_file_positions()
3338 if (pei_section_data (abfd, current)->virt_size == 0) in coff_compute_section_file_positions()
3339 pei_section_data (abfd, current)->virt_size = current->size; in coff_compute_section_file_positions()
3446 if (pei_section_data (abfd, current)->virt_size < current->size) in coff_compute_section_file_positions()
3766 && pei_section_data (abfd, current) != NULL) in coff_write_object_contents()
3767 section.s_paddr = pei_section_data (abfd, current)->virt_size; in coff_write_object_contents()
Dlibcoff-in.h250 #define pei_section_data(abfd, sec) \ macro
Dlibcoff.h254 #define pei_section_data(abfd, sec) \ macro
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.