HomeSort by relevance Sort by last modified time
    Searched refs:N_EXT (Results 101 - 125 of 129) sorted by null

1 2 3 45 6

  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
a.out.h 185 #ifndef N_EXT
186 #define N_EXT 1
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/
a.out.h 176 #ifndef N_EXT
177 #define N_EXT 1
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/
a.out.h 176 #ifndef N_EXT
177 #define N_EXT 1
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/
a.out.h 176 #ifndef N_EXT
177 #define N_EXT 1
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/
a.out.h 176 #ifndef N_EXT
177 #define N_EXT 1
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/
a.out.h 176 #ifndef N_EXT
177 #define N_EXT 1
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
a.out.h 176 #ifndef N_EXT
177 #define N_EXT 1
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
a.out.h 176 #ifndef N_EXT
177 #define N_EXT 1
  /toolchain/binutils/binutils-2.25/bfd/
hp300hpux.c 400 new_type |= N_EXT;
408 case N_UNDF | N_EXT:
416 case N_ABS | N_EXT:
419 case N_TEXT | N_EXT:
422 case N_DATA | N_EXT:
425 case N_BSS | N_EXT:
aoutx.h     [all...]
i386lynx.c 298 case N_TEXT | N_EXT: \
303 case N_DATA | N_EXT: \
308 case N_BSS | N_EXT: \
314 case N_ABS | N_EXT: \
pdp11.c 159 #undef N_EXT
168 #define N_EXT 0x20 /* External flag. */
    [all...]
bout.c 793 case N_TEXT | N_EXT:
798 case N_DATA | N_EXT:
803 case N_BSS | N_EXT:
808 case N_ABS | N_EXT:
    [all...]
sunos.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
a.out.h 111 #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.25/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). */
  /toolchain/binutils/binutils-2.25/gas/config/
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). */
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldmacho.go 41 N_EXT = 0x01
636 if sym.type_&N_EXT == 0 {
640 if sym.type_&N_EXT == 0 {
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldmacho.go 41 N_EXT = 0x01
636 if sym.type_&N_EXT == 0 {
640 if sym.type_&N_EXT == 0 {
  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 245 if (Type & MachO::N_EXT)
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 309 NType |= MachO::N_EXT;
313 NType |= MachO::N_EXT | MachO::N_UNDF;
442 if (NType & MachO::N_EXT) {
    [all...]
  /external/llvm/lib/MC/
MachObjectWriter.cpp 359 Type |= MachO::N_EXT;
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 632 if (MOSymbol.Type & MachO::N_EXT)

Completed in 695 milliseconds

1 2 3 45 6