| /third_party/ulib/ngunwind/src/ |
| A D | os-linux.c | 38 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 D | Gfind_unwind_table.c | 54 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 D | Gfind_proc_info-lsb.c | 242 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 D | lib.ld | 2 * The APIs traditionally found in -lm, -ldl, or -lpthread are all implemented
|
| A D | README | 20 bootstrapping, and Linux distributions built on musl can be found on
|
| A D | COPYRIGHT | 103 can be found in the git version control history of the project. The
|
| A D | INSTALL | 12 scope of this INSTALL file. More information can be found on the musl
|
| A D | WHATSNEW | 980 - support for STB_GNU_UNIQUE symbol bindings (found in some C++ libs)
|
| /third_party/ulib/jemalloc/ |
| A D | README | 3 into use as the FreeBSD libc allocator in 2005, and since then it has found its
|
| A D | INSTALL | 279 requirement for performance reasons. An old discussion can be found at
|
| A D | configure.ac | 983 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 D | ChangeLog | 3 brevity. Much more detail can be found in the git revision history:
|
| /third_party/ulib/ngunwind/include/ngunwind/ |
| A D | dwarf.h | 366 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 D | jobs.c | 666 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 D | expand.c | 1577 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 D | TOUR | 227 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 D | dwarf.c | 2730 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 D | README.md | 12 The design of the RNG is given in the documentation found in at
|
| /third_party/ulib/jemalloc/m4/ |
| A D | ax_cxx_compile_stdcxx.m4 | 24 # 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 D | changes.txt | 1671 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 …]
|