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

1 2

  /external/elfutils/libelf/
nlist.h 1 /* Interface for nlist.
22 struct nlist struct
38 extern int nlist (__const char *__filename, struct nlist *__nl);
44 #endif /* nlist.h */
nlist.c 25 #include <nlist.h>
48 nlist (const char *filename, struct nlist *nl) function
69 /* For compatibility reasons (`nlist' existed before ELF and libelf)
Makefile.am 39 include_HEADERS = libelf.h gelf.h nlist.h
75 nlist.c \
  /external/elfutils/tests/
test-nlist.c 14 #include <nlist.h>
33 struct nlist nl[6] =
45 if (nlist (".libs/test-nlist", nl) != 0
46 && nlist ("./test-nlist", nl) != 0)
48 puts ("nlist failed");
Makefile.am 26 showptable update1 update2 update3 update4 test-nlist \
34 TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \
  /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/clearsilver/python/
setup.py 88 nlist = []
91 if val: nlist.append(val)
92 return nlist
  /bionic/libc/kernel/common/linux/
a.out.h 144 struct nlist { struct
147 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
  /prebuilt/linux-x86/toolchain/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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
a.out.h 90 struct nlist struct
95 struct nlist *n_next;
  /prebuilt/linux-x86/toolchain/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
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/linux/
a.out.h 167 struct nlist {
170 struct nlist *n_next;
166 struct nlist { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
a.out.h 144 struct nlist { struct
147 struct nlist *n_next;
  /external/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium/third_party/libevent/
ltmain.sh     [all...]
  /external/dbus/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]

Completed in 922 milliseconds

1 2