HomeSort by relevance Sort by last modified time
    Searched refs:pei_section_data (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
pei-x86_64.c 299 || pei_section_data (abfd, section) == NULL)
463 || pei_section_data (abfd, pdata_section) == NULL)
466 stop = pei_section_data (abfd, pdata_section)->virt_size;
612 + pei_section_data (abfd, pdata_section)->virt_size))
peXXigen.c 610 && (pei_section_data (abfd, sec) != NULL))
613 int size = pei_section_data (abfd, sec)->virt_size;
735 && pei_section_data (abfd, sec) != NULL)
737 + SA (FA (pei_section_data (abfd, sec)->virt_size)));
    [all...]
libcoff-in.h 250 #define pei_section_data(abfd, sec) \ macro
coffcode.h     [all...]
libcoff.h 254 #define pei_section_data(abfd, sec) \ macro
    [all...]

Completed in 45 milliseconds