HomeSort by relevance Sort by last modified time
    Searched defs:n_type (Results 1 - 25 of 259) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/elfutils/libelf/
nlist.h 39 unsigned short int n_type; /* Type of symbol. */ member in struct:nlist
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
node.h 11 short n_type; member in struct:_node
30 #define TYPE(n) ((n)->n_type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
node.h 11 short n_type; member in struct:_node
29 #define TYPE(n) ((n)->n_type)
  /external/python/cpython2/Include/
node.h 11 short n_type; member in struct:_node
30 #define TYPE(n) ((n)->n_type)
  /prebuilts/gdb/darwin-x86/include/python2.7/
node.h 11 short n_type; member in struct:_node
32 #define TYPE(n) ((n)->n_type)
  /prebuilts/gdb/linux-x86/include/python2.7/
node.h 11 short n_type; member in struct:_node
32 #define TYPE(n) ((n)->n_type)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
node.h 11 short n_type; member in struct:_node
32 #define TYPE(n) ((n)->n_type)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
node.h 11 short n_type; member in struct:_node
32 #define TYPE(n) ((n)->n_type)
  /external/google-breakpad/src/common/android/include/
elf.h 66 Elf32_Word n_type; member in struct:__anon19548
72 Elf64_Word n_type; member in struct:__anon19549
  /external/toybox/toys/posix/
file.c 156 int n_type = elf_int(note+8, 4); local
160 if (n_type==3 /*NT_GNU_BUILD_ID*/) {
165 if (n_type==1 /*.android.note.ident*/) {
  /bionic/libc/kernel/uapi/linux/
a.out.h 128 unsigned char n_type; member in struct:nlist
155 #ifndef N_TYPE
156 #define N_TYPE 036
  /development/ndk/platforms/android-21/include/linux/
a.out.h 155 unsigned char n_type; member in struct:nlist
189 #ifndef N_TYPE
190 #define N_TYPE 036
  /development/ndk/platforms/android-9/include/linux/
a.out.h 150 unsigned char n_type; member in struct:nlist
179 #ifndef N_TYPE
180 #define N_TYPE 036
  /external/kernel-headers/original/uapi/linux/
a.out.h 170 unsigned char n_type;
199 #if !defined (N_TYPE)
200 #define N_TYPE 036
169 unsigned char n_type; member in struct:nlist
  /external/llvm/include/llvm/ObjectYAML/
MachOYAML.h 62 uint8_t n_type; member in struct:llvm::MachOYAML::NListEntry
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObjectFile.cpp 233 uint8_t n_type; local
237 n_type = Entry->Type;
241 n_type = Entry->Type;
246 if (n_type & MachO::NlistMaskStab)
249 switch (n_type & MachO::NlistMaskType) {
  /external/syslinux/com32/include/sys/
elf32.h 110 Elf32_Word n_type; /* Content type */ member in struct:elf32_note
elf64.h 110 Elf64_Word n_type; /* Content type */ member in struct:elf64_note
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 164 unsigned char n_type; member in struct:nlist
198 #ifndef N_TYPE
199 #define N_TYPE 036
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 159 unsigned char n_type; member in struct:nlist
188 #ifndef N_TYPE
189 #define N_TYPE 036
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/
a.out.h 164 unsigned char n_type; member in struct:nlist
198 #ifndef N_TYPE
199 #define N_TYPE 036
  /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 164 unsigned char n_type; member in struct:nlist
198 #ifndef N_TYPE
199 #define N_TYPE 036
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 164 unsigned char n_type; member in struct:nlist
198 #ifndef N_TYPE
199 #define N_TYPE 036
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 159 unsigned char n_type; member in struct:nlist
188 #ifndef N_TYPE
189 #define N_TYPE 036
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
a.out.h 98 unsigned char n_type; member in struct:nlist
112 #define N_TYPE 036

Completed in 375 milliseconds

1 2 3 4 5 6 7 8 91011