Searched refs:num_chars (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dstabs.c55 STABS characters; 'num_chars' which is the number of these charactes
63 bfd_vma num_chars; /* Number of STABS characters. */ member in struct:stab_link_includes_totals
295 bfd_vma num_chars;
306 sum_chars = num_chars = 0;
337 if (num_chars >= buf_len)
343 symb_rover = symb + num_chars;
347 num_chars ++;
360 BFD_ASSERT (num_chars == (bfd_vma) (symb_rover - symb));
371 && t->num_chars == num_chars
293 bfd_vma num_chars; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBError.cpp135 int num_chars = m_opaque_up->SetErrorStringWithVarArg(format, args); local
137 return num_chars;
/freebsd-11-stable/contrib/binutils/gas/
H A Dexpr.c1544 operator (int *num_chars)
1550 *num_chars = 1;
1579 *num_chars = 2;
1586 *num_chars = 2;
1601 *num_chars = 2;
1609 *num_chars = 2;
1613 *num_chars = 2;
1625 *num_chars = 2;
1632 *num_chars = 2;
1537 operator(int *num_chars) argument
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp390 size_t num_chars = python_file_spec.GetPath(python_path, PATH_MAX); local
391 if (num_chars < PATH_MAX) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp1006 size_t num_chars = process->ReadCStringFromMemory(error_addr + addr_size, local
1009 if (utility_error.Success() && num_chars > 0)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1325 size_t num_chars = num_bytes / 6; variable
1332 m_py_obj.CallMethod("read", (unsigned long long)num_chars));

Completed in 93 milliseconds