HomeSort by relevance Sort by last modified time
    Searched defs:coff_section_data (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
libcoff-in.h 217 #define coff_section_data(abfd, sec) \ macro
237 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
251 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
libcoff.h 221 #define coff_section_data(abfd, sec) \ macro
241 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
255 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
    [all...]

Completed in 402 milliseconds