Searched refs:nlist (Results 1 - 25 of 77) sorted by relevance

1234

/external/elfutils/0.153/libelf/
H A Dnlist.h1 /* Interface for nlist.
55 struct nlist struct
71 extern int nlist (__const char *__filename, struct nlist *__nl);
77 #endif /* nlist.h */
H A Dnlist.c58 #include <nlist.h>
81 nlist (const char *filename, struct nlist *nl) function
102 /* For compatibility reasons (`nlist' existed before ELF and libelf)
H A DMakefile.am39 include_HEADERS = libelf.h gelf.h nlist.h
77 nlist.c \
H A DAndroid.mk137 nlist.c
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1547 const size_t nlist_byte_size = bit_width_32 ? sizeof(struct nlist) : sizeof(struct nlist_64);
1667 module_sp->LogMessage(log, "failed to read nlist data");
1793 // but it isn't available in the normal nlist data. However, there *are* duplicate entries of *some*
1794 // LOCAL symbols in the normal nlist data. To handle this situation correctly, we must first attempt
1796 // nlist parser to ignore all LOCAL symbols.
1875 1. The start and count of the nlist records in the dyld_shared_cache file
1876 2. The start and size of the strings for these nlist records
1881 The dyld_cache_local_symbols_entry also lists the start of this dylib/framework's nlist records
1882 and the count of how many nlist records there are for this dylib/framework.
1987 // The normal nlist cod
1998 struct nlist_64 nlist; local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadstabs.c60 # 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/
H A Dltconfig974 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...]
H A Dltmain.sh1216 # Discover the nlist of each of the dlfiles.
1217 nlist="$objdir/${output}.nm"
1220 $show "$rm $nlist ${nlist}T"
1221 $run $rm "$nlist" "${nlist}T"
1234 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
1241 test -f "$nlist" || : > "$nlist"
1244 if sort "$nlist" | uni
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dltconfig974 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...]
H A Dltmain.sh1216 # Discover the nlist of each of the dlfiles.
1217 nlist="$objdir/${output}.nm"
1220 $show "$rm $nlist ${nlist}T"
1221 $run $rm "$nlist" "${nlist}T"
1234 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
1241 test -f "$nlist" || : > "$nlist"
1244 if sort "$nlist" | uni
[all...]
/external/kernel-headers/original/uapi/linux/
H A Da.out.h164 struct nlist {
167 struct nlist *n_next;
163 struct nlist { struct
/external/libunwind/aux/
H A Dltmain.sh3326 # Discover the nlist of each of the dlfiles.
3327 nlist="$output_objdir/${outputname}.nm"
3329 $show "$rm $nlist ${nlist}S ${nlist}T"
3330 $run $rm "$nlist" "${nlist}S" "${nlist}T"
3352 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
3358 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/external/chromium_org/third_party/libevent/
H A Dltmain.sh4577 # Discover the nlist of each of the dlfiles.
4578 nlist="$output_objdir/${outputname}.nm"
4580 $show "$rm $nlist ${nlist}S ${nlist}T"
4581 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4603 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4609 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/config/
H A Dltmain.sh4555 # Discover the nlist of each of the dlfiles.
4556 nlist="$output_objdir/${outputname}.nm"
4558 $show "$rm $nlist ${nlist}S ${nlist}T"
4559 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4581 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4587 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/external/cmockery/cmockery_0_1_2/
H A Dlibtool4862 # Discover the nlist of each of the dlfiles.
4863 nlist="$output_objdir/${outputname}.nm"
4865 $show "$rm $nlist ${nlist}S ${nlist}T"
4866 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4888 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4894 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
H A Dltmain.sh4510 # Discover the nlist of each of the dlfiles.
4511 nlist="$output_objdir/${outputname}.nm"
4513 $show "$rm $nlist ${nlist}S ${nlist}T"
4514 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4536 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4542 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/external/srec/srec/include/
H A Dduk_args.h123 int lookup_list(list_item *list_data, int nlist, char *key);
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c52 #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/
H A Dobj_int_extract.c52 #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/
H A Dltmain.sh3257 # Discover the nlist of each of the dlfiles.
3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3307 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3308 eval '$MV "$nlist"
[all...]
/external/libcap-ng/libcap-ng-0.7/
H A Dltmain.sh3257 # Discover the nlist of each of the dlfiles.
3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3307 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3308 eval '$MV "$nlist"
[all...]
/external/libedit/
H A Dltmain.sh3257 # Discover the nlist of each of the dlfiles.
3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3307 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3308 eval '$MV "$nlist"
[all...]
/external/libexif/
H A Dltmain.sh3257 # Discover the nlist of each of the dlfiles.
3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3307 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3308 eval '$MV "$nlist"
[all...]
/external/libopus/
H A Dltmain.sh3257 # Discover the nlist of each of the dlfiles.
3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3307 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3308 eval '$MV "$nlist"
[all...]
/external/libpng/
H A Dltmain.sh3257 # Discover the nlist of each of the dlfiles.
3258 nlist="$output_objdir/${my_outputname}.nm"
3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3307 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3308 eval '$MV "$nlist"
[all...]

Completed in 597 milliseconds

1234