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

1 2 3

  /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)
Makefile.am 39 include_HEADERS = libelf.h gelf.h nlist.h
77 nlist.c \
Android.mk 137 nlist.c
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp 1998 struct nlist_64 nlist; local
    [all...]
  /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...]
ltmain.sh     [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
  /external/libunwind/aux/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libevent/
ltmain.sh     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh     [all...]
  /external/cmockery/cmockery_0_1_2/
libtool     [all...]
ltmain.sh     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
obj_int_extract.c 52 #include <mach-o/nlist.h>
127 /* Although each section is given it's own offset, nlist.n_value
181 struct nlist nl;
184 memcpy(&nl, sym_buf, sizeof(struct nlist));
185 sym_buf += sizeof(struct nlist);
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 52 #include <mach-o/nlist.h>
127 /* Although each section is given it's own offset, nlist.n_value
181 struct nlist nl;
184 memcpy(&nl, sym_buf, sizeof(struct nlist));
185 sym_buf += sizeof(struct nlist);
  /external/chromium_org/third_party/opus/src/
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libedit/
ltmain.sh     [all...]
  /external/libexif/
ltmain.sh     [all...]
  /external/libopus/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/openfst/
ltmain.sh     [all...]

Completed in 564 milliseconds

1 2 3