Home
last modified time | relevance | path

Searched refs:LORDER (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/sys/arch/hppa/spmath/
DMakefile29 @${LD} -r -o ${LIB}.o `${LORDER} ${OBJS} | tsort`
34 @${LD} -r -o ${LIB}.po `${LORDER} ${POBJS} | tsort`
DMakefile.inc23 NM=${NM:q} LORDER=${LORDER:q} \
/netbsd/src/sys/lib/libz/
DMakefile.inc38 LORDER=${LORDER:q} \
/netbsd/src/sys/lib/libsa/
DMakefile.inc42 LORDER=${LORDER:q} \
/netbsd/src/sys/lib/libkern/
DMakefile.inc48 LORDER=${LORDER:q} \
/netbsd/src/lib/libc/db/hash/
Dhash.h286 #define LORDER hdr.lorder macro
Dhash_page.c567 if (hashp->LORDER != BYTE_ORDER) { in __get_page()
603 if (hashp->LORDER != BYTE_ORDER) { in __put_page()
Dhash.c285 hashp->LORDER = BYTE_ORDER; in init_hash()
326 hashp->LORDER = info->lorder; in init_hash()
/netbsd/src/sys/rump/
DMakefile.rump266 `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}`
/netbsd/src/share/mk/
Dbsd.lib.mk531 ${AR} ${_ARFL} ${.TARGET} $$(NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT})
549 …DFLAGS} -Wno-unused-command-line-argument -r -o ${.TARGET} $$(NM=${NM} ${LORDER} ${.ALLSRC:M*o} | …
557 …@${LINK.c:S/-nostdinc//} -nostdlib ${LDFLAGS} -r -o ${.TARGET} $$(NM=${NM} ${LORDER} ${.ALLSRC:M*p…
Dsys.mk109 LORDER?= lorder
Dbsd.own.mk451 LORDER= NM=${NM:Q} MKTEMP=${TOOL_MKTEMP:Q} ${TOOLDIR}/bin/${_TOOL_PREFIX}lorder
Dbsd.README1734 LORDER List dependencies for object files. [lorder]
/netbsd/src/lib/libpthread/
DMakefile306 ${LD} -r -o ${.TARGET}.o `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}`