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

/freebsd-10.0-release/contrib/binutils/bfd/
H A DpeXXigen.c517 && (pei_section_data (abfd, sec) != NULL))
520 int size = pei_section_data (abfd, sec)->virt_size;
656 && pei_section_data (abfd, sec) != NULL)
658 + SA (FA (pei_section_data (abfd, sec)->virt_size)));
1603 || pei_section_data (abfd, section) == NULL)
1606 stop = pei_section_data (abfd, section)->virt_size;
2020 && pei_section_data (ibfd, isec) != NULL)
2030 if (pei_section_data (obfd, osec) == NULL)
2038 pei_section_data (obfd, osec)->virt_size =
2039 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 124 milliseconds