HomeSort by relevance Sort by last modified time
    Searched full:n_ext (Results 1 - 25 of 59) sorted by null

1 2 3

  /art/test/1940-ddms-ext/
ddm_ext.cc 151 jint n_ext = 0; local
153 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetExtensionFunctions(&n_ext, &infos))) {
156 for (jint i = 0; i < n_ext; i++) {
179 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetExtensionEvents(&n_ext, &events))) {
182 for (jint i = 0; i < n_ext; i++) {
  /art/test/1946-list-descriptors/
descriptors.cc 114 jint n_ext = 0; local
116 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetExtensionFunctions(&n_ext, &infos))) {
119 for (jint i = 0; i < n_ext; i++) {
  /bionic/libc/kernel/uapi/linux/
a.out.h 137 #ifndef N_EXT
138 #define N_EXT 1
  /toolchain/binutils/binutils-2.27/gas/config/
obj-aout.c 39 if (! (type & ~ (N_TYPE | N_EXT)))
41 if (type == (N_UNDF | N_EXT)
58 type |= N_EXT;
93 if (type & N_EXT)
aout_gnu.h 245 /* Note: N_EXT can only usefully be OR-ed with N_UNDF, N_ABS, N_TEXT,
248 #define N_EXT 1
432 (the N_EXT bit may be set also, but signifies nothing). */
  /art/test/1900-track-alloc/
alloc.cc 133 jint n_ext = 0; local
135 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetExtensionFunctions(&n_ext, &infos))) {
138 for (jint i = 0; i < n_ext; i++) {
  /external/kernel-headers/original/uapi/linux/
a.out.h 179 #if !defined (N_EXT)
180 #define N_EXT 1
244 (the N_EXT bit may be set also, but signifies nothing). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
a.out.h 192 #if !defined (N_EXT)
193 #define N_EXT 1
257 (the N_EXT bit may be set also, but signifies nothing). */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 185 #ifndef N_EXT
186 #define N_EXT 1
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 185 #ifndef N_EXT
186 #define N_EXT 1
  /toolchain/binutils/binutils-2.27/bfd/
aoutx.h     [all...]
i386lynx.c 296 case N_TEXT | N_EXT: \
301 case N_DATA | N_EXT: \
306 case N_BSS | N_EXT: \
312 case N_ABS | N_EXT: \
hp300hpux.c 398 new_type |= N_EXT;
406 case N_UNDF | N_EXT:
414 case N_ABS | N_EXT:
417 case N_TEXT | N_EXT:
420 case N_DATA | N_EXT:
423 case N_BSS | N_EXT:
pdp11.c 159 #undef N_EXT
168 #define N_EXT 0x20 /* External flag. */
    [all...]
  /toolchain/binutils/binutils-2.27/include/aout/
adobe.h 130 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
133 #define N_EXT 1 /* External symbol (as opposed to local-to-this-file) */
227 (the N_EXT bit may be set also, but signifies nothing). */
aout64.h 287 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
290 #define N_EXT 1 /* External symbol (as opposed to local-to-this-file). */
395 (the N_EXT bit may be set also, but signifies nothing). */
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 194 #ifndef N_EXT
195 #define N_EXT 1
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/
a.out.h 194 #ifndef N_EXT
195 #define N_EXT 1
  /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 194 #ifndef N_EXT
195 #define N_EXT 1
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 194 #ifndef N_EXT
195 #define N_EXT 1
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/
a.out.h 194 #ifndef N_EXT
195 #define N_EXT 1
  /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 194 #ifndef N_EXT
195 #define N_EXT 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
a.out.h 111 #define N_EXT 1
  /toolchain/binutils/binutils-2.27/include/
bout.h 131 #define N_EXT 1 /* External symbol (OR'd in with one of above) */
  /prebuilts/go/darwin-x86/src/cmd/link/internal/loadmacho/
ldmacho.go 47 N_EXT = 0x01
612 if machsym.type_&N_EXT == 0 {
616 if machsym.type_&N_EXT == 0 {

Completed in 1165 milliseconds

1 2 3