/freebsd/share/doc/psd/02.implement/ |
H A D | Makefile | 2 SRCS= stubs implement 8 CLEANFILES= stubs 10 stubs: target
|
/freebsd/share/doc/papers/relengr/ |
H A D | Makefile | 3 SRCS= stubs 0.t 1.t 2.t 3.t 7 CLEANFILES= stubs 9 stubs: target
|
/freebsd/share/doc/psd/01.cacm/ |
H A D | Makefile | 2 SRCS= stubs p.mac p1 p2 p3 p4 p5 p6 7 CLEANFILES= stubs 9 stubs: target
|
/freebsd/share/doc/psd/15.yacc/ |
H A D | Makefile | 2 SRCS= stubs ss_ ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 \ 7 CLEANFILES= stubs 9 stubs: target
|
/freebsd/tools/tools/shlib-compat/ |
H A D | README | 10 Syscalls in libc are implemented as assembly stubs and thus have no 11 debugging symbols attached. To enable sysfake stubs rebuild libc 18 To compare libc.so versions compiled with sysfake stubs:
|
/freebsd/share/doc/psd/12.make/ |
H A D | Makefile | 2 SRCS= stubs tutorial.ms
|
/freebsd/share/doc/psd/22.rpcgen/ |
H A D | Makefile | 2 SRCS= stubs rpcgen.ms
|
/freebsd/share/doc/psd/24.xdr/ |
H A D | Makefile | 2 SRCS= stubs xdr.nts.ms
|
/freebsd/share/doc/psd/25.xdrrfc/ |
H A D | Makefile | 2 SRCS= stubs xdr.rfc.ms
|
/freebsd/share/doc/psd/26.rpcrfc/ |
H A D | Makefile | 2 SRCS= stubs rpc.rfc.ms
|
/freebsd/share/doc/psd/27.nfsrpc/ |
H A D | Makefile | 2 SRCS= stubs nfs.rfc.ms
|
/freebsd/share/doc/psd/23.rpc/ |
H A D | Makefile | 2 SRCS= stubs rpc.prog.ms
|
/freebsd/share/doc/smm/01.setup/ |
H A D | Makefile | 2 SRCS= stubs 0.t 1.t 2.t 3.t 4.t 5.t 6.t
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | ConcatOutputSection.cpp | 130 if (isecAddr - addr + in.stubs->getSize() <= in needsThunks() 185 in.stubs->getSize() - forwardBranchRange; in estimateStubsInRangeVA() 188 ", stubs = " + std::to_string(in.stubs->getSize()) + ", isecVA = " + in estimateStubsInRangeVA()
|
H A D | MapFile.cpp | 139 for (const Symbol *sym : in.stubs->getEntries()) in printStubsEntries() 241 } else if (osec == in.stubs) { in writeMapFile()
|
H A D | SyntheticSections.cpp | 706 : SyntheticSection(segment_names::text, section_names::stubs) { in StubsSection() 938 in.stubs->addEntry(objcMsgSend); in setUp() 970 return in.stubs->getEntries().size() * target->wordSize; in getSize() 974 return !in.stubs->getEntries().empty(); in isNeeded() 979 for (const Symbol *sym : in.stubs->getEntries()) { in writeTo() 1466 in.stubs->getEntries().size(); in getNumSymbols() 1468 size += in.stubs->getEntries().size(); in getNumSymbols() 1474 in.stubs->isNeeded(); in isNeeded() 1483 in.stubs->reserved1 = off; in finalizeContents() 1485 off += in.stubs->getEntries().size(); in finalizeContents() [all …]
|
H A D | Symbols.cpp | 48 uint64_t Symbol::getStubVA() const { return in.stubs->getVA(stubsIndex); } in getStubVA()
|
H A D | OutputSegment.cpp | 95 .Case(section_names::stubs, -4) in sectionOrder()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | canthandle.asn1 | 23 -- Workaround is to use OPTIONAL and check for in the encoder stubs
|
/freebsd/contrib/unbound/util/ |
H A D | configparser.y | 357 if(cfg_parser->cfg->stubs && 358 !cfg_parser->cfg->stubs->name) 369 s->next = cfg_parser->cfg->stubs; 370 cfg_parser->cfg->stubs = s; 3081 if(cfg_parser->cfg->stubs->name) 3084 free(cfg_parser->cfg->stubs->name); 3085 cfg_parser->cfg->stubs->name = $2; 3091 if(!cfg_strlist_insert(&cfg_parser->cfg->stubs->hosts, $2)) 3098 if(!cfg_strlist_insert(&cfg_parser->cfg->stubs->addrs, $2)) 3107 else cfg_parser->cfg->stubs->isfirst=(strcmp($2, "yes")==0); [all …]
|
/freebsd/contrib/capsicum-test/ |
H A D | GNUmakefile | 63 ifneq ($(wildcard /usr/include/gnu/stubs-x32.h),)
|
/freebsd/contrib/openbsm/ |
H A D | TODO | 10 - It might be desirable to be able to provide EOPNOTSUPP system call stubs
|
/freebsd/contrib/ntp/sntp/ |
H A D | depsver.mf | 49 # empty stubs.
|
/freebsd/contrib/ntp/ |
H A D | depsver.mf | 49 # empty stubs.
|
/freebsd/sys/modules/qat/qat_api/ |
H A D | Makefile | 53 SRCS+= common/stubs/lac_stubs.c
|