Searched refs:hdr_ext (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfile_manager.d21 enum package_di = "package." ~ hdr_ext;
50 const sdi = FileName.forceExt(filename, hdr_ext);
H A Dglobals.h267 const DString hdr_ext = "di"; // for D 'header' import files member in class:FeatureState
H A Dglobals.d294 enum hdr_ext = "di"; // for D 'header' import files
H A Ddmodule.d458 !FileName.equalsExt(srcfilename, hdr_ext) &&
475 hdrfile = setOutfilename(global.params.hdrname, global.params.hdrdir, arg, hdr_ext);
940 if (FileName.equalsExt(arg, hdr_ext))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h214 const char *hdr_ext; // for D 'header' import files member in struct:Global
H A Ddmodule.c105 !FileName::equalsExt(srcfilename, global.hdr_ext) &&
121 hdrfile = setOutfile(global.params.hdrname, global.params.hdrdir, arg, global.hdr_ext);
1291 const char *sdi = FileName::forceExt(filename, global.hdr_ext);
/netbsd-current/external/gpl3/gdb.old/dist/include/coff/
H A Dmips.h130 struct hdr_ext struct
H A Dalpha.h175 struct hdr_ext struct
/netbsd-current/external/gpl3/gdb/dist/include/coff/
H A Dmips.h130 struct hdr_ext struct
H A Dalpha.h175 struct hdr_ext struct
/netbsd-current/external/gpl3/binutils.old/dist/include/coff/
H A Dmips.h130 struct hdr_ext struct
H A Dalpha.h175 struct hdr_ext struct
/netbsd-current/external/gpl3/binutils/dist/include/coff/
H A Dalpha.h175 struct hdr_ext struct
H A Dmips.h130 struct hdr_ext struct
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Decoffswap.h101 struct hdr_ext ext[1];
103 *ext = *(struct hdr_ext *) ext_copy;
142 struct hdr_ext *ext = (struct hdr_ext *) ext_ptr;
H A Dcoff-mips.c1354 sizeof (struct hdr_ext),
H A Delf32-mips.c2471 sizeof (struct hdr_ext),
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Decoffswap.h101 struct hdr_ext ext[1];
103 *ext = *(struct hdr_ext *) ext_copy;
142 struct hdr_ext *ext = (struct hdr_ext *) ext_ptr;
H A Dcoff-mips.c1360 sizeof (struct hdr_ext),
H A Delf32-mips.c2479 sizeof (struct hdr_ext),
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Decoffswap.h101 struct hdr_ext ext[1];
103 *ext = *(struct hdr_ext *) ext_copy;
142 struct hdr_ext *ext = (struct hdr_ext *) ext_ptr;
H A Dcoff-mips.c1360 sizeof (struct hdr_ext),
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Decoffswap.h101 struct hdr_ext ext[1];
103 *ext = *(struct hdr_ext *) ext_copy;
142 struct hdr_ext *ext = (struct hdr_ext *) ext_ptr;
H A Dcoff-mips.c1349 sizeof (struct hdr_ext),
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-frontend.cc52 this->hdr_ext = "di";

Completed in 167 milliseconds

12