Searched refs:pei_section_data (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/binutils/bfd/ |
| HD | peXXigen.c | 516 && (pei_section_data (abfd, sec) != NULL)) in add_data_entry() 519 int size = pei_section_data (abfd, sec)->virt_size; in add_data_entry() 655 && pei_section_data (abfd, sec) != NULL) in _bfd_XXi_swap_aouthdr_out() 657 + SA (FA (pei_section_data (abfd, sec)->virt_size))); in _bfd_XXi_swap_aouthdr_out() 1602 || pei_section_data (abfd, section) == NULL) in pe_print_pdata() 1605 stop = pei_section_data (abfd, section)->virt_size; in pe_print_pdata() 2019 && pei_section_data (ibfd, isec) != NULL) in _bfd_XX_bfd_copy_private_section_data() 2029 if (pei_section_data (obfd, osec) == NULL) in _bfd_XX_bfd_copy_private_section_data() 2037 pei_section_data (obfd, osec)->virt_size = in _bfd_XX_bfd_copy_private_section_data() 2038 pei_section_data (ibfd, isec)->virt_size; in _bfd_XX_bfd_copy_private_section_data() [all …]
|
| HD | coffcode.h | 1672 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()
|
| HD | libcoff-in.h | 238 #define pei_section_data(abfd, sec) \ macro
|
| HD | libcoff.h | 242 #define pei_section_data(abfd, sec) \ macro
|
| HD | ChangeLog-9697 | 4489 * 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.
|