HomeSort by relevance Sort by last modified time
    Searched refs:ARCH_SIZE (Results 1 - 25 of 34) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/bfd/
aout32.c 22 #define ARCH_SIZE 32
elf32.c 21 #define ARCH_SIZE 32
elf64.c 21 #define ARCH_SIZE 64
nlm32.c 21 #define ARCH_SIZE 32
nlm64.c 21 #define ARCH_SIZE 64
aout64.c 22 #define ARCH_SIZE 64
demo64.c 22 #define ARCH_SIZE 64
stab-syms.c 25 #define ARCH_SIZE 32 /* Value doesn't matter. */
host-aout.c 26 #define ARCH_SIZE 32
i386dynix.c 40 #define ARCH_SIZE 32
libnlm.h 25 #ifdef ARCH_SIZE
26 # define NLM_ARCH_SIZE ARCH_SIZE
aoutf1.h 48 @item ARCH_SIZE
63 #if ARCH_SIZE == 64
94 depending upon ARCH_SIZE. */
182 aout_32_sunos4_write_object_contents, depending upon ARCH_SIZE. */
392 #if ARCH_SIZE == 64
427 #if ARCH_SIZE == 64
elf-ifunc.c 25 #define ARCH_SIZE 0
elfcore.h 160 if (back->s->arch_size != ARCH_SIZE)
elfcode.h 129 #if ARCH_SIZE == 64
137 #if ARCH_SIZE == 32
158 #if ARCH_SIZE == 64
164 #if ARCH_SIZE == 32
575 if (ebd->s->arch_size != ARCH_SIZE)
    [all...]
libaout.h 55 #if ARCH_SIZE==64
67 #if ARCH_SIZE==16
78 #else /* ARCH_SIZE == 32 */
89 #endif /* ARCH_SIZE==32 */
90 #endif /* ARCH_SIZE==64 */
nlm32-i386.c 25 #define ARCH_SIZE 32
elfnn-aarch64.c 149 #define ARCH_SIZE NN
151 #if ARCH_SIZE == 64
159 #if ARCH_SIZE == 32
210 #define GOT_ENTRY_SIZE (ARCH_SIZE / 8)
231 #if ARCH_SIZE == 64
250 #if ARCH_SIZE == 64
266 #if ARCH_SIZE == 64
296 #if ARCH_SIZE == 64
    [all...]
elf-hppa.h 29 #if ARCH_SIZE == 64
37 #if ARCH_SIZE == 32
    [all...]
nlm32-alpha.c 31 #define ARCH_SIZE 32
nlm32-sparc.c 25 #define ARCH_SIZE 32
hp300hpux.c 189 #define ARCH_SIZE 32
nlm32-ppc.c 28 #define ARCH_SIZE 32
  /device/linaro/bootloader/edk2/EmulatorPkg/
build.sh 177 ARCH_SIZE=32
183 ARCH_SIZE=64
265 build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc $BUILD_OPTIONS -a $PROCESSOR -b $BUILDTARGET -t $TARGET_TOOLS -D BUILD_$ARCH_SIZE -D UNIX_SEC_BUILD $NETWORK_SUPPORT $BUILD_NEW_SHELL $BUILD_FAT -n 3
267 build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc $BUILD_OPTIONS -a $PROCESSOR -b $BUILDTARGET -t $HOST_TOOLS -D BUILD_$ARCH_SIZE -D UNIX_SEC_BUILD -D SKIP_MAIN_BUILD -n 3 modules
268 build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc $BUILD_OPTIONS -a $PROCESSOR -b $BUILDTARGET -t $TARGET_TOOLS -D BUILD_$ARCH_SIZE $NETWORK_SUPPORT $BUILD_NEW_SHELL $BUILD_FAT -n 3
  /toolchain/binutils/binutils-2.25/include/aout/
aout64.h 46 #if ARCH_SIZE==64

Completed in 683 milliseconds

1 2