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

1 2 3 4 5 6 7

  /external/elfutils/0.153/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/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp 1998 struct nlist_64 nlist; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readstabs.c 60 # include <mach-o/nlist.h>
63 # define nlist nlist_64 macro
107 struct nlist* stab = (struct nlist*)stabC;
142 n_stab_entries = stab_sz/(int)sizeof(struct nlist);
147 const struct nlist *st = &stab[i];
  /external/jpeg/
ltconfig 974 nlist=conftest.nm
975 if { echo "$progname:975: eval \"$NM conftest.o | $global_symbol_pipe > $nlist\"" >&5; eval "$NM conftest.o | $global_symbol_pipe > $nlist 2>&5"; } && test -s "$nlist"; then
978 if sort "$nlist" | uniq > "$nlist"T; then
979 mv -f "$nlist"T "$nlist"
980 wcout=`wc "$nlist" 2>/dev/null`
984 rm -f "$nlist"
    [all...]
  /external/qemu/distrib/jpeg-6b/
ltconfig 974 nlist=conftest.nm
975 if { echo "$progname:975: eval \"$NM conftest.o | $global_symbol_pipe > $nlist\"" >&5; eval "$NM conftest.o | $global_symbol_pipe > $nlist 2>&5"; } && test -s "$nlist"; then
978 if sort "$nlist" | uniq > "$nlist"T; then
979 mv -f "$nlist"T "$nlist"
980 wcout=`wc "$nlist" 2>/dev/null`
984 rm -f "$nlist"
    [all...]
  /bionic/libc/kernel/uapi/linux/
a.out.h 147 struct nlist { struct
151 struct nlist *n_next;
  /development/ndk/platforms/android-3/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /development/ndk/platforms/android-L/include/linux/
a.out.h 147 struct nlist { struct
151 struct nlist *n_next;
  /external/kernel-headers/original/uapi/linux/
a.out.h 164 struct nlist {
167 struct nlist *n_next;
163 struct nlist { struct
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/linux/
a.out.h 156 struct nlist { struct
160 struct nlist *n_next;
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/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/include-fixed/linux/
a.out.h 156 struct nlist { struct
160 struct nlist *n_next;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include-fixed/linux/
a.out.h 169 struct nlist {
172 struct nlist *n_next;
168 struct nlist { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.6/sysroot/usr/include/linux/
a.out.h 160 struct nlist {
163 struct nlist *n_next;
159 struct nlist { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-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/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/include-fixed/linux/
a.out.h 156 struct nlist { struct
160 struct nlist *n_next;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;

Completed in 728 milliseconds

1 2 3 4 5 6 7