Home
last modified time | relevance | path

Searched refs:found (Results 1 – 20 of 20) sorted by relevance

/third_party/ulib/ngunwind/src/
A Dos-linux.c38 int found = 0, rc; in tdep_get_elf_image() local
47 found = 1; in tdep_get_elf_image()
51 if (!found) in tdep_get_elf_image()
/third_party/ulib/ngunwind/src/dwarf/
A DGfind_unwind_table.c54 int i, ret, found = 0; in dwarf_find_unwind_table() local
217 found = 1; in dwarf_find_unwind_table()
229 found = 1; in dwarf_find_unwind_table()
235 found = dwarf_find_debug_frame (found, &edi->di_debug, ip, load_base, path, in dwarf_find_unwind_table()
239 Debug(3, "returning, found %d\n", found); in dwarf_find_unwind_table()
240 return found; in dwarf_find_unwind_table()
264 int i, ret, found = 0; in dwarf_as_find_unwind_table() local
456 found = 1; in dwarf_as_find_unwind_table()
469 found = 1; in dwarf_as_find_unwind_table()
476 found = dwarf_find_debug_frame (found, &edi->di_debug, ip, load_base, path, in dwarf_as_find_unwind_table()
[all …]
A DGfind_proc_info-lsb.c242 int found = 0; in find_binary_for_address() local
255 found = 1; in find_binary_for_address()
260 return !found; in find_binary_for_address()
390 return found; in dwarf_find_debug_frame()
409 return found; in dwarf_find_debug_frame()
509 found = 1; in dwarf_find_debug_frame()
516 return found; in dwarf_find_debug_frame()
537 int found = 0; in dwarf_callback() local
669 found = 1; in dwarf_callback()
698 found = dwarf_find_debug_frame (found, &cb_data->di_debug, ip, in dwarf_callback()
[all …]
/third_party/ulib/musl/
A Dlib.ld2 * The APIs traditionally found in -lm, -ldl, or -lpthread are all implemented
A DREADME20 bootstrapping, and Linux distributions built on musl can be found on
A DCOPYRIGHT103 can be found in the git version control history of the project. The
A DINSTALL12 scope of this INSTALL file. More information can be found on the musl
A DWHATSNEW980 - support for STB_GNU_UNIQUE symbol bindings (found in some C++ libs)
/third_party/ulib/jemalloc/
A DREADME3 into use as the FreeBSD libc allocator in 2005, and since then it has found its
A DINSTALL279 requirement for performance reasons. An old discussion can be found at
A Dconfigure.ac983 AC_MSG_ERROR([Static libunwind not found: $with_static_libunwind])
1210 dnl Check for __builtin_ffsl(), then ffsl(3), and fail if neither are found.
A DChangeLog3 brevity. Much more detail can be found in the git revision history:
/third_party/ulib/ngunwind/include/ngunwind/
A Ddwarf.h366 extern int dwarf_find_debug_frame (int found, unw_dyn_info_t *di_debug,
404 extern int dwarf_as_find_debug_frame (int found, unw_dyn_info_t *di_debug,
/third_party/uapp/dash/src/
A Djobs.c666 struct job *found; in getjob() local
717 found = 0; in getjob()
720 if (found) in getjob()
722 found = jp; in getjob()
728 if (!found) in getjob()
730 jp = found; in getjob()
A Dexpand.c1577 int invert, found; in pmatch() local
1586 found = 0; in pmatch()
1600 found |= !!ccmatch(p, chr, &r); in pmatch()
1612 found = 1; in pmatch()
1616 found = 1; in pmatch()
1619 if (found == invert) in pmatch()
A DTOUR227 if the command is not found. (When a pipeline is set up,
232 and only print error messages if the command cannot be found
/third_party/ulib/backtrace/
A Ddwarf.c2730 int *found) in dwarf_lookup_pc() argument
2743 *found = 1; in dwarf_lookup_pc()
2751 *found = 0; in dwarf_lookup_pc()
2858 data, found); in dwarf_lookup_pc()
2894 *found = 0; in dwarf_lookup_pc()
2954 int found; in dwarf_fileline() local
2964 data, &found); in dwarf_fileline()
2965 if (ret != 0 || found) in dwarf_fileline()
2981 data, &found); in dwarf_fileline()
2982 if (ret != 0 || found) in dwarf_fileline()
/third_party/lib/jitterentropy/
A DREADME.md12 The design of the RNG is given in the documentation found in at
/third_party/ulib/jemalloc/m4/
A Dax_cxx_compile_stdcxx.m424 # support is found. If specified 'optional', then configuration proceeds
26 # supporting mode is found.
127 AC_MSG_NOTICE([No compiler with C++$1 support was found])
/third_party/lib/acpica/
A Dchanges.txt1671 found to be corrupt or ill-formed on some machines. Lv Zheng.
4556 found
4686 Device. This was found to be confusing to the host software that
6899 found,
11131 RSDP signature is found with a valid checksum.
11703 not found.
12240 methods found on some machines.
12845 Fixed a problem where ASL include files could not be found and
13332 found during control method execution. The full ACPI namepath
14105 system software to override the DSDT found in the firmware -
[all …]

Completed in 49 milliseconds