Home
last modified time | relevance | path

Searched refs:OBJECT_MODE (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/hints/
Daix.sh63 case "$OBJECT_MODE" in
66 You have OBJECT_MODE=32 set in the environment.
74 You have OBJECT_MODE=64 set in the environment.
Daix_4.sh83 case "$OBJECT_MODE" in
87 You have OBJECT_MODE=32 set in the environment.
96 You have OBJECT_MODE=64 set in the environment.
Daix_3.sh53 if [ "$OBJECT_MODE" = "64" ] then
56 You have OBJECT_MODE=64 set in the environment.
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-nm.rst145 64-bit objects. The can be changed by setting the OBJECT_MODE environment
146 variable. For example, OBJECT_MODE=64 causes :program:`llvm-nm` to process
147 64-bit objects and ignore 32-bit objects. The -X flag overrides the OBJECT_MODE
151 OBJECT_MODE environment variable is not supported.
Dllvm-ar.rst312 be set with the OBJECT_MODE environment variable. For example, OBJECT_MODE=64 causes ar to
313 process any 64-bit objects and ignore 32-bit objects. The -X flag overrides the OBJECT_MODE
/openbsd/src/gnu/usr.bin/perl/
DREADME.aix215 export OBJECT_MODE=64 / setenv OBJECT_MODE 64 (depending on your shell)
231 export OBJECT_MODE=64 / setenv OBJECT_MODE 64 (depending on your shell)
DINSTALL1680 OBJECT_MODE on AIX determines the way the compiler and linker deal with
/openbsd/src/gnu/llvm/llvm/docs/
DReleaseNotes.rst408 * ``llvm-nm`` now supports the environment variable ``OBJECT_MODE`` for the ``-X``
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DDiagnosticDriverKinds.td647 "OBJECT_MODE setting %0 is not recognized and is not a valid setting">;
/openbsd/src/usr.sbin/unbound/
Daclocal.m48747 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
8748 # the AIX toolchain works better with OBJECT_MODE set (default 32).
8749 if test 64 = "${OBJECT_MODE-32}"; then