Searched refs:pei_section_data (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A DpeXXigen.c528 && (pei_section_data (abfd, sec) != NULL))
531 int size = pei_section_data (abfd, sec)->virt_size;
667 && pei_section_data (abfd, sec) != NULL)
669 + SA (FA (pei_section_data (abfd, sec)->virt_size)));
1623 || pei_section_data (abfd, section) == NULL)
1626 stop = pei_section_data (abfd, section)->virt_size;
2040 && pei_section_data (ibfd, isec) != NULL)
2050 if (pei_section_data (obfd, osec) == NULL)
2058 pei_section_data (obfd, osec)->virt_size =
2059 pei_section_data (ibf
[all...]
H A Dlibcoff-in.h238 #define pei_section_data(abfd, sec) \ macro
H A Dcoffcode.h568 are retained in pei_section_data(abfd, section)->pe_flags. */
1025 are also in pei_section_data (abfd, section)->pe_flags. */
1673 if (pei_section_data (abfd, section) == NULL)
1681 pei_section_data (abfd, section)->virt_size = hdr->s_paddr;
1682 pei_section_data (abfd, section)->pe_flags = hdr->s_flags;
3123 if (pei_section_data (abfd, current) == NULL)
3131 if (pei_section_data (abfd, current)->virt_size == 0)
3132 pei_section_data (abfd, current)->virt_size = current->size;
3235 if (pei_section_data (abfd, current)->virt_size < current->size)
3527 && pei_section_data (abf
[all...]
H A Dlibcoff.h242 #define pei_section_data(abfd, sec) \ macro

Completed in 115 milliseconds