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

  /toolchain/binutils/binutils-2.25/include/coff/
tic80.h 77 #define SCNHDR struct external_scnhdr
ti.h 214 #define SCNHDR struct external_scnhdr
219 Assume we're dealing with the COFF2 scnhdr structure, and adjust
324 GET_SCNHDR_PAGE (ABFD, ((SCNHDR *)(EXT))->s_page); \
328 /* The entire scnhdr may not be assigned.
333 memset((EXT), 0, sizeof (SCNHDR)); \
346 ((SCNHDR *)(EXT))->s_nlnno); \
348 ((SCNHDR *)(EXT))->s_nreloc); \
350 ((SCNHDR *)(EXT))->s_flags); \
352 ((SCNHDR *)(EXT))->s_page); \
external.h 92 #define SCNHDR struct external_scnhdr
i960.h 119 #define SCNHDR struct external_scnhdr
m88k.h 53 #define SCNHDR struct external_scnhdr
rs6k64.h 92 #define SCNHDR struct external_scnhdr
alpha.h 91 #define SCNHDR struct external_scnhdr
rs6000.h 96 #define SCNHDR struct external_scnhdr
  /toolchain/binutils/binutils-2.25/bfd/
coffswap.h 143 /* Some fields in the scnhdr are sometimes 64 bits. */
752 SCNHDR *scnhdr_ext = (SCNHDR *) ext;
782 SCNHDR *scnhdr_ext = (SCNHDR *) out;
peicode.h 206 SCNHDR *scnhdr_ext = (SCNHDR *) ext;
    [all...]
rs6000-core.c 56 #undef SCNHDR
coff64-rs6000.c 75 memset (((SCNHDR *) EXT)->s_pad, 0, \
76 sizeof (((SCNHDR *) EXT)->s_pad)); \
    [all...]
coffcode.h 114 @code{SCNHDR} section header structure. The format requires the
495 /* Return a word with STYP_* (scnhdr.s_flags) flags set to represent
730 flags (from scnhdr.s_flags). The inverse of this function is
3954 struct internal_scnhdr scnhdr; local
    [all...]
peXXigen.c 947 SCNHDR *scnhdr_ext = (SCNHDR *) out;
    [all...]

Completed in 655 milliseconds