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

1 2

  /external/elfutils/libelf/
nlist.h 1 /* Interface for nlist.
55 struct nlist struct
71 extern int nlist (__const char *__filename, struct nlist *__nl);
77 #endif /* nlist.h */
nlist.c 58 #include <nlist.h>
81 nlist (const char *filename, struct nlist *nl) function
102 /* For compatibility reasons (`nlist' existed before ELF and libelf)
  /external/valgrind/main/coregrind/m_debuginfo/
readstabs.c 57 # include <mach-o/nlist.h>
60 # define nlist nlist_64 macro
106 struct nlist* stab = (struct nlist*)stabC;
141 n_stab_entries = stab_sz/(int)sizeof(struct nlist);
144 const struct nlist *st = &stab[i];
  /bionic/libc/kernel/common/linux/
a.out.h 146 struct nlist { struct
150 struct nlist *n_next;
  /development/ndk/platforms/android-3/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /external/kernel-headers/original/linux/
a.out.h 158 struct nlist {
161 struct nlist *n_next;
157 struct nlist { struct
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/linux/
a.out.h 153 struct nlist { struct
156 struct nlist *n_next;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/linux/
a.out.h 153 struct nlist { struct
156 struct nlist *n_next;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/linux/
a.out.h 167 struct nlist {
170 struct nlist *n_next;
166 struct nlist { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
a.out.h 90 struct nlist struct
95 struct nlist *n_next;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
a.out.h 158 struct nlist {
161 struct nlist *n_next;
157 struct nlist { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/linux/
a.out.h 167 struct nlist {
170 struct nlist *n_next;
166 struct nlist { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h 90 struct nlist struct
95 struct nlist *n_next;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
a.out.h 158 struct nlist {
161 struct nlist *n_next;
157 struct nlist { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/linux/
a.out.h 167 struct nlist {
170 struct nlist *n_next;
166 struct nlist { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h 90 struct nlist struct
95 struct nlist *n_next;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
a.out.h 158 struct nlist {
161 struct nlist *n_next;
157 struct nlist { struct
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/linux/
a.out.h 153 struct nlist { struct
156 struct nlist *n_next;
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/linux/
a.out.h 153 struct nlist { struct
156 struct nlist *n_next;
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;

Completed in 856 milliseconds

1 2