/external/elfutils/libelf/ |
D | nlist.h | 34 struct nlist struct 50 extern int nlist (__const char *__filename, struct nlist *__nl); argument
|
D | nlist.c | 60 nlist (const char *filename, struct nlist *nl) in nlist() function
|
D | Makefile.am | 40 include_HEADERS = libelf.h gelf.h nlist.h 88 nlist.c \
|
/external/selinux/python/sepolicy/sepolicy/ |
D | network.py | 27 nlist = [] 30 if i not in nlist: 31 nlist.append(i) 32 return nlist
|
/external/libunwind/aux/ |
D | ltmain.sh | 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'" 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/ |
D | test-nlist.c | 37 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/ |
D | libtool | 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'" 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 …]
|
D | ltmain.sh | 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'" 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/ |
D | ltmain.sh | 4505 $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/ |
D | macho2yaml.cpp | 430 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/ |
D | macho2yaml.cpp | 459 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/ |
D | a.out.h | 146 struct nlist { struct 149 struct nlist *n_next; argument
|
/external/google-breakpad/src/client/mac/handler/ |
D | breakpad_nlist_64.h | 39 struct nlist *list,
|
/external/python/cpython2/Lib/plat-irix6/ |
D | flp.py | 255 nlist = [] 257 nlist.append(_parse_num(i)) 258 return nlist
|
/external/python/cpython2/Lib/plat-irix5/ |
D | flp.py | 256 nlist = [] 258 nlist.append(_parse_num(i)) 259 return nlist
|
/external/libpng/ |
D | ltmain.sh | 4587 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/ |
D | ltmain.sh | 4468 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/ |
D | ltmain.sh | 4801 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/ |
D | ltmain.sh | 4587 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/ |
D | ltmain.sh | 4634 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/ |
D | ltmain.sh | 4587 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/ |
D | ltmain.sh | 4587 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/ |
D | ltmain.sh | 4587 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/ |
D | ltmain.sh | 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'" 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/ |
D | ltmain.sh | 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'" 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 …]
|