Home
last modified time | relevance | path

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

12

/third_party/rust/crates/regex/src/
H A Dpikevm.rs45 nlist: Threads,
79 Cache { clist: Threads::new(), nlist: Threads::new(), stack: vec![] } in new()
101 cache.nlist.resize(prog.len(), prog.captures.len()); in exec()
105 &mut cache.nlist, in exec()
117 mut nlist: &mut Threads, in exec_()
127 nlist.set.clear(); in exec_()
174 &mut nlist, in exec_()
206 mem::swap(clist, nlist); in exec_()
207 nlist.set.clear(); in exec_()
214 /// nlist i
[all...]
/third_party/curl/tests/libtest/
H A Dlib1591.c60 struct curl_slist *nlist = NULL; in trailers_callback() local
63 nlist = curl_slist_append(*list, "my-super-awesome-trailer: trail1"); in trailers_callback()
64 if(nlist) in trailers_callback()
65 nlist2 = curl_slist_append(nlist, "my-other-awesome-trailer: trail2"); in trailers_callback()
71 curl_slist_free_all(nlist); in trailers_callback()
/third_party/elfutils/tests/
H A Dtest-nlist.c18 #include <nlist.h>
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()
52 puts ("nlist failed"); in main()
/third_party/elfutils/libelf/
H A Dnlist.h1 /* Interface for nlist.
34 struct nlist struct
50 extern int nlist (__const char *__filename, struct nlist *__nl);
56 #endif /* nlist.h */
H A Dnlist.c37 #include <nlist.h>
59 nlist (const char *filename, struct nlist *nl) in nlist() function
80 /* For compatibility reasons (`nlist' existed before ELF and libelf) in nlist()
/third_party/python/Python/
H A Ddynload_shlib.c15 #include <nlist.h>
/third_party/libabigail/
H A Dltmain.sh3237 # Discover the nlist of each of the dlfiles.
3238 nlist="$output_objdir/${my_outputname}.nm"
3240 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
3275 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
3282 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
3287 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
3288 eval '$MV "$nlist"
[all...]
/third_party/skia/third_party/externals/microhttpd/
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...]
H A Dconfigure6381 nlist=conftest.nm
6382 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6383 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6386 test $ac_status = 0; } && test -s "$nlist"; then
6388 if sort "$nlist" | uniq > "$nlist"T; then
6389 mv -f "$nlist"T "$nlist"
6391 rm -f "$nlist"T
6395 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/third_party/eudev/
H A Dltmain.sh4633 # Discover the nlist of each of the dlfiles.
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'"
4685 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4686 eval '$MV "$nlist"
[all...]
H A Dconfigure7204 nlist=conftest.nm
7205 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7206 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7209 test $ac_status = 0; } && test -s "$nlist"; then
7211 if sort "$nlist" | uniq > "$nlist"T; then
7212 mv -f "$nlist"T "$nlist"
7214 rm -f "$nlist"T
7218 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/third_party/curl/
H A Dltmain.sh4834 # Discover the nlist of each of the dlfiles.
4835 nlist=$output_objdir/$my_outputname.nm
4837 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4874 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4881 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4886 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4887 eval '$MV "$nlist"
[all...]
/third_party/lame/
H A Dltmain.sh4586 # Discover the nlist of each of the dlfiles.
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'"
4638 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4639 eval '$MV "$nlist"
[all...]
H A Dconfigure6933 nlist=conftest.nm
6934 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6935 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6938 test $ac_status = 0; } && test -s "$nlist"; then
6940 if sort "$nlist" | uniq > "$nlist"T; then
6941 mv -f "$nlist"T "$nlist"
6943 rm -f "$nlist"T
6947 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/third_party/node/deps/cares/
H A Dltmain.sh4834 # Discover the nlist of each of the dlfiles.
4835 nlist=$output_objdir/$my_outputname.nm
4837 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4874 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4881 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4886 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4887 eval '$MV "$nlist"
[all...]
/third_party/node/deps/cares/config/
H A Dltmain.sh4834 # Discover the nlist of each of the dlfiles.
4835 nlist=$output_objdir/$my_outputname.nm
4837 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4874 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4881 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4886 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4887 eval '$MV "$nlist"
[all...]
/third_party/libevdev/build-aux/
H A Dltmain.sh4835 # Discover the nlist of each of the dlfiles.
4836 nlist=$output_objdir/$my_outputname.nm
4838 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
4875 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
4882 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
4887 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4888 eval '$MV "$nlist"
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dltmain.sh4586 # Discover the nlist of each of the dlfiles.
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'"
4638 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4639 eval '$MV "$nlist"
[all...]
H A Dconfigure6516 nlist=conftest.nm
6517 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6518 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6521 test $ac_status = 0; } && test -s "$nlist"; then
6523 if sort "$nlist" | uniq > "$nlist"T; then
6524 mv -f "$nlist"T "$nlist"
6526 rm -f "$nlist"T
6530 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp429 SymtabSize *= sizeof(MachO::nlist); in checkSymtabCommand()
430 struct_nlist_name = "struct nlist"; in checkSymtabCommand()
1704 MachO::nlist STE = getSymbolTableEntry(SymDRI); in checkSymbolTable()
1748 sizeof(MachO::nlist); in moveSymbolNext()
1778 MachO::nlist Entry = getSymbolTableEntry(Sym); in getNValue()
2141 sizeof(MachO::nlist); in getRelocationSymbol()
2497 sizeof(MachO::nlist); in symbol_end()
2509 is64Bit() ? sizeof(MachO::nlist_64) : sizeof(MachO::nlist); in getSymbolByIndex()
2521 is64Bit() ? sizeof(MachO::nlist_64) : sizeof(MachO::nlist); in getSymbolIndex()
4274 MachO::nlist
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.c2447 struct wpa_ssid *prev, **nlist; in wpa_config_add_prio_network() local
2464 nlist = os_realloc_array(config->pssid, config->num_prio + 1, in wpa_config_add_prio_network()
2466 if (nlist == NULL) in wpa_config_add_prio_network()
2470 if (nlist[prio]->priority < ssid->priority) { in wpa_config_add_prio_network()
2471 os_memmove(&nlist[prio + 1], &nlist[prio], in wpa_config_add_prio_network()
2478 nlist[prio] = ssid; in wpa_config_add_prio_network()
2480 config->pssid = nlist; in wpa_config_add_prio_network()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.c2812 struct wpa_ssid *prev, **nlist; in wpa_config_add_prio_network() local
2829 nlist = os_realloc_array(config->pssid, config->num_prio + 1, in wpa_config_add_prio_network()
2831 if (nlist == NULL) in wpa_config_add_prio_network()
2835 if (nlist[prio]->priority < ssid->priority) { in wpa_config_add_prio_network()
2836 os_memmove(&nlist[prio + 1], &nlist[prio], in wpa_config_add_prio_network()
2843 nlist[prio] = ssid; in wpa_config_add_prio_network()
2845 config->pssid = nlist; in wpa_config_add_prio_network()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java421 NodeList nlist = doc.getElementsByTagName(FILES); in createRB()
422 if(nlist.getLength()>1){ in createRB()
/third_party/libevdev/
H A Dconfigure7073 nlist=conftest.nm
7074 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7075 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7078 test $ac_status = 0; } && test -s "$nlist"; then
7080 if sort "$nlist" | uniq > "$nlist"T; then
7081 mv -f "$nlist"T "$nlist"
7083 rm -f "$nlist"T
7087 if $GREP ' nm_test_var$' "$nlist" >/de
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp224 const MachO::nlist &NL32 = in createNormalizedSymbols()

Completed in 86 milliseconds

12