Home
last modified time | relevance | path

Searched refs:nlist (Results 1 – 25 of 111) sorted by relevance

12345

/external/elfutils/libelf/
Dnlist.h34 struct nlist struct
50 extern int nlist (__const char *__filename, struct nlist *__nl); argument
Dnlist.c60 nlist (const char *filename, struct nlist *nl) in nlist() function
DMakefile.am40 include_HEADERS = libelf.h gelf.h nlist.h
88 nlist.c \
/external/selinux/python/sepolicy/sepolicy/
Dnetwork.py27 nlist = []
30 if i not in nlist:
31 nlist.append(i)
32 return nlist
/external/libunwind/aux/
Dltmain.sh3329 $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'"
3362 $run eval 'egrep -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3363 $run eval '$mv "$nlist"T "$nlist"'
3367 $run eval 'egrep -e "$export_symbols_regex" "$nlist" > "$nlist"T'
3368 $run eval '$mv "$nlist"T "$nlist"'
3375 …$run eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols…
3378 $run eval 'grep -f "$output_objdir/$output.exp" < "$nlist" > "$nlist"T'
[all …]
/external/elfutils/tests/
Dtest-nlist.c37 struct nlist nl[6] = in main()
49 if (nlist (".libs/test-nlist", nl) != 0 in main()
50 && nlist ("./test-nlist", nl) != 0) in main()
/external/cmockery/cmockery_0_1_2/
Dlibtool4865 $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'"
4898 $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4899 $run eval '$mv "$nlist"T "$nlist"'
4903 $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4904 $run eval '$mv "$nlist"T "$nlist"'
4911 …$run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbol…
4920 $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
[all …]
Dltmain.sh4513 $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'"
4546 $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4547 $run eval '$mv "$nlist"T "$nlist"'
4551 $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4552 $run eval '$mv "$nlist"T "$nlist"'
4559 …$run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbol…
4568 $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
[all …]
/external/swiftshader/third_party/LLVM/autoconf/
Dltmain.sh4505 $show "$rm $nlist ${nlist}S ${nlist}T"
4506 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4528 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4534 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
4538 $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4539 $run eval '$mv "$nlist"T "$nlist"'
4543 $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4544 $run eval '$mv "$nlist"T "$nlist"'
4551 …$run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbol…
4560 $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
[all …]
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp430 MachOYAML::NListEntry constructNameList(const nlist_t &nlist) { in constructNameList() argument
432 NL.n_strx = nlist.n_strx; in constructNameList()
433 NL.n_type = nlist.n_type; in constructNameList()
434 NL.n_sect = nlist.n_sect; in constructNameList()
435 NL.n_desc = nlist.n_desc; in constructNameList()
436 NL.n_value = nlist.n_value; in constructNameList()
448 : constructNameList<MachO::nlist>( in dumpSymbols()
449 *reinterpret_cast<const MachO::nlist *>( in dumpSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp459 MachOYAML::NListEntry constructNameList(const nlist_t &nlist) { in constructNameList() argument
461 NL.n_strx = nlist.n_strx; in constructNameList()
462 NL.n_type = nlist.n_type; in constructNameList()
463 NL.n_sect = nlist.n_sect; in constructNameList()
464 NL.n_desc = nlist.n_desc; in constructNameList()
465 NL.n_value = nlist.n_value; in constructNameList()
477 : constructNameList<MachO::nlist>( in dumpSymbols()
/external/kernel-headers/original/uapi/linux/
Da.out.h146 struct nlist { struct
149 struct nlist *n_next; argument
/external/google-breakpad/src/client/mac/handler/
Dbreakpad_nlist_64.h39 struct nlist *list,
/external/python/cpython2/Lib/plat-irix6/
Dflp.py255 nlist = []
257 nlist.append(_parse_num(i))
258 return nlist
/external/python/cpython2/Lib/plat-irix5/
Dflp.py256 nlist = []
258 nlist.append(_parse_num(i))
259 return nlist
/external/libpng/
Dltmain.sh4587 nlist=$output_objdir/$my_outputname.nm
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4626 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4633 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4710 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
4716 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4724 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4732 test -f "$nlist" || : > "$nlist"
4735 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4736 $MV "$nlist"T "$nlist"
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
Dltmain.sh4468 nlist=$output_objdir/$my_outputname.nm
4470 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4507 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4514 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4591 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
4597 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4605 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4613 test -f "$nlist" || : > "$nlist"
4616 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4617 $MV "$nlist"T "$nlist"
[all …]
/external/pcre/dist2/
Dltmain.sh4801 nlist=$output_objdir/$my_outputname.nm
4803 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4840 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4847 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4924 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
4930 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4938 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4946 test -f "$nlist" || : > "$nlist"
4949 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4950 $MV "$nlist"T "$nlist"
[all …]
/external/libevent/
Dltmain.sh4587 nlist=$output_objdir/$my_outputname.nm
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4626 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4633 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4710 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
4716 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4724 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4732 test -f "$nlist" || : > "$nlist"
4735 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4736 $MV "$nlist"T "$nlist"
[all …]
/external/expat/conftools/
Dltmain.sh4634 nlist=$output_objdir/$my_outputname.nm
4636 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4673 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4680 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4757 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
4763 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4771 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4779 test -f "$nlist" || : > "$nlist"
4782 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4783 $MV "$nlist"T "$nlist"
[all …]
/external/ImageMagick/config/
Dltmain.sh4587 nlist=$output_objdir/$my_outputname.nm
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4626 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4633 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4710 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
4716 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4724 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4732 test -f "$nlist" || : > "$nlist"
4735 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4736 $MV "$nlist"T "$nlist"
[all …]
/external/iperf3/config/
Dltmain.sh4587 nlist=$output_objdir/$my_outputname.nm
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4626 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4633 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4710 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
4716 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4724 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4732 test -f "$nlist" || : > "$nlist"
4735 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4736 $MV "$nlist"T "$nlist"
[all …]
/external/curl/
Dltmain.sh4587 nlist=$output_objdir/$my_outputname.nm
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4626 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4633 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4710 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
4716 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4724 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
4732 test -f "$nlist" || : > "$nlist"
4735 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
4736 $MV "$nlist"T "$nlist"
[all …]
/external/libcap-ng/libcap-ng-0.7/
Dltmain.sh3258 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'"
3379 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
3385 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3393 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3401 test -f "$nlist" || : > "$nlist"
3404 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
3405 $MV "$nlist"T "$nlist"
[all …]
/external/libxkbcommon/xkbcommon/build-aux/
Dltmain.sh3258 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'"
3379 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
3385 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3393 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
3401 test -f "$nlist" || : > "$nlist"
3404 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
3405 $MV "$nlist"T "$nlist"
[all …]

12345