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

1 2 3 4 5 6

  /external/elfutils/libelf/
nlist.h 1 /* Interface for nlist.
34 struct nlist struct
50 extern int nlist (__const char *__filename, struct nlist *__nl);
56 #endif /* nlist.h */
nlist.c 37 #include <nlist.h>
60 nlist (const char *filename, struct nlist *nl) function
81 /* For compatibility reasons (`nlist' existed before ELF and libelf)
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.h 32 // nlist function implemented to work on 64-bit.
39 struct nlist *list,
  /external/elfutils/tests/
test-nlist.c 18 #include <nlist.h>
37 struct nlist nl[6] =
49 if (nlist (".libs/test-nlist", nl) != 0
50 && nlist ("./test-nlist", nl) != 0)
52 puts ("nlist failed");
  /external/selinux/python/sepolicy/sepolicy/
network.py 28 nlist = []
31 if i not in nlist:
32 nlist.append(i)
33 return nlist
  /toolchain/binutils/binutils-2.27/include/
bout.h 107 struct nlist struct
112 struct nlist * n_next;
  /external/google-breakpad/src/client/mac/handler/testcases/
breakpad_nlist_test.cc 38 #include <mach-o/nlist.h>
84 // the symbol table of /usr/lib/dyld. Our nlist program returns
  /toolchain/binutils/binutils-2.27/gas/config/
obj-aout.h 38 typedef struct nlist obj_symbol_type; /* Symbol table entry. */
  /bionic/libc/kernel/uapi/linux/
a.out.h 107 struct nlist { struct
110 struct nlist * n_next;
  /external/kernel-headers/original/uapi/linux/
a.out.h 147 struct nlist {
150 struct nlist *n_next;
146 struct nlist { struct
  /external/llvm/tools/obj2yaml/
macho2yaml.cpp 430 MachOYAML::NListEntry constructNameList(const nlist_t &nlist) {
432 NL.n_strx = nlist.n_strx;
433 NL.n_type = nlist.n_type;
434 NL.n_sect = nlist.n_sect;
435 NL.n_desc = nlist.n_desc;
436 NL.n_value = nlist.n_value;
448 : constructNameList<MachO::nlist>(
449 *reinterpret_cast<const MachO::nlist *>(
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 156 struct nlist { struct
160 struct nlist *n_next;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 153 struct nlist { struct
156 struct nlist *n_next;
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/
a.out.h 156 struct nlist { struct
160 struct nlist *n_next;
  /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 156 struct nlist { struct
160 struct nlist *n_next;
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 156 struct nlist { struct
160 struct nlist *n_next;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 153 struct nlist { struct
156 struct nlist *n_next;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
a.out.h 90 struct nlist struct
95 struct nlist *n_next;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
a.out.h 160 struct nlist {
163 struct nlist *n_next;
159 struct nlist { struct
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/
a.out.h 156 struct nlist { struct
160 struct nlist *n_next;
  /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 156 struct nlist { struct
160 struct nlist *n_next;
  /external/google-breakpad/src/common/
stabs_reader.h 60 #include <mach-o/nlist.h>
119 // word size, 'struct nlist' layout, and so on.
  /external/libunwind/aux/
ltmain.sh     [all...]
  /external/cmockery/cmockery_0_1_2/
libtool     [all...]
ltmain.sh     [all...]

Completed in 640 milliseconds

1 2 3 4 5 6