HomeSort by relevance Sort by last modified time
    Searched refs:N_SET_FLAGS (Results 1 - 23 of 23) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
netbsd.h 49 #define N_SET_FLAGS(execp, flags) \
pc532-mach.c 99 N_SET_FLAGS (execp, aout_backend_info (abfd)->exec_hdr_flags);
freebsd.h 50 #define N_SET_FLAGS(execp, flags) \
sparclynx.c 180 N_SET_FLAGS (execp, aout_backend_info (abfd)->exec_hdr_flags);
aout-cris.c 129 /* Setting N_SET_MACHTYPE and using N_SET_FLAGS is not performed by
134 N_SET_FLAGS (execp, aout_backend_info (abfd)->exec_hdr_flags);
libaout.h 156 /* The value to pass to N_SET_FLAGS. */
334 #ifndef N_SET_FLAGS
335 # define N_SET_FLAGS(execp, flags) \
aoutf1.h 231 N_SET_FLAGS (execp, aout_backend_info (abfd)->exec_hdr_flags);
hp300hpux.c 300 N_SET_FLAGS (execp, aout_backend_info (abfd)->exec_hdr_flags);
pdp11.c 63 #define N_SET_FLAGS(execp, flags) do { } while (0)
    [all...]
  /toolchain/binutils/binutils-2.27/include/aout/
hp.h 61 #undef N_SET_FLAGS
  /bionic/libc/kernel/uapi/linux/
a.out.h 59 #define N_SET_FLAGS(exec,flags) ((exec).a_info = ((exec).a_info & 0x00ffffff) | (((flags) & 0xff) << 24))
  /external/kernel-headers/original/uapi/linux/
a.out.h 59 #define N_SET_FLAGS(exec, flags) \
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 78 #define N_SET_FLAGS(exec, flags) ((exec).a_info = ((exec).a_info&0x00ffffff) | (((flags) & 0xff) << 24))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 69 #define N_SET_FLAGS(exec, flags) ((exec).a_info = ((exec).a_info&0x00ffffff) | (((flags) & 0xff) << 24))
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/
a.out.h 78 #define N_SET_FLAGS(exec, flags) ((exec).a_info = ((exec).a_info&0x00ffffff) | (((flags) & 0xff) << 24))
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include-fixed/linux/
a.out.h 78 #define N_SET_FLAGS(exec, flags) ((exec).a_info = ((exec).a_info&0x00ffffff) | (((flags) & 0xff) << 24))
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 78 #define N_SET_FLAGS(exec, flags) ((exec).a_info = ((exec).a_info&0x00ffffff) | (((flags) & 0xff) << 24))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 69 #define N_SET_FLAGS(exec, flags) ((exec).a_info = ((exec).a_info&0x00ffffff) | (((flags) & 0xff) << 24))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
a.out.h 43 #define N_SET_FLAGS(exec, flags) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
a.out.h 58 #define N_SET_FLAGS(exec, flags) \
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/
a.out.h 78 #define N_SET_FLAGS(exec, flags) ((exec).a_info = ((exec).a_info&0x00ffffff) | (((flags) & 0xff) << 24))
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include-fixed/linux/
a.out.h 78 #define N_SET_FLAGS(exec, flags) ((exec).a_info = ((exec).a_info&0x00ffffff) | (((flags) & 0xff) << 24))
  /toolchain/binutils/binutils-2.27/gas/config/
aout_gnu.h 143 #define N_SET_FLAGS(execp, flags) \

Completed in 637 milliseconds