Searched refs:OBJECT_MODE (Results 1 – 10 of 10) sorted by relevance
63 case "$OBJECT_MODE" in66 You have OBJECT_MODE=32 set in the environment.74 You have OBJECT_MODE=64 set in the environment.
83 case "$OBJECT_MODE" in87 You have OBJECT_MODE=32 set in the environment.96 You have OBJECT_MODE=64 set in the environment.
53 if [ "$OBJECT_MODE" = "64" ] then56 You have OBJECT_MODE=64 set in the environment.
145 64-bit objects. The can be changed by setting the OBJECT_MODE environment146 variable. For example, OBJECT_MODE=64 causes :program:`llvm-nm` to process147 64-bit objects and ignore 32-bit objects. The -X flag overrides the OBJECT_MODE151 OBJECT_MODE environment variable is not supported.
312 be set with the OBJECT_MODE environment variable. For example, OBJECT_MODE=64 causes ar to313 process any 64-bit objects and ignore 32-bit objects. The -X flag overrides the OBJECT_MODE
215 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)
1680 OBJECT_MODE on AIX determines the way the compiler and linker deal with
408 * ``llvm-nm`` now supports the environment variable ``OBJECT_MODE`` for the ``-X``
647 "OBJECT_MODE setting %0 is not recognized and is not a valid setting">;
8747 # 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