Home
last modified time | relevance | path

Searched refs:ofs (Results 1 – 3 of 3) sorted by relevance

/tools/include/nolibc/
A Dstdio.h226 int ofs; in fgets() local
229 for (ofs = 0; ofs + 1 < size;) { in fgets()
233 s[ofs++] = c; in fgets()
237 if (ofs < size) in fgets()
238 s[ofs] = 0; in fgets()
256 size_t len, ofs, w; in __nolibc_printf() local
262 c = fmt[ofs++]; in __nolibc_printf()
274 c = fmt[ofs++]; in __nolibc_printf()
354 len = ofs - 1; in __nolibc_printf()
372 fmt += ofs; in __nolibc_printf()
[all …]
A Dstring.h25 size_t ofs = 0; in memcmp() local
28 while (ofs < n && !(c1 = ((unsigned char *)s1)[ofs] - ((unsigned char *)s2)[ofs])) { in memcmp()
29 ofs++; in memcmp()
/tools/perf/util/
A Dunwind-libunwind-local.c365 u64 ofs = dso__data(dso)->debug_frame_offset; in read_unwind_spec_debug_frame() local
373 if (ofs == 0) { in read_unwind_spec_debug_frame()
375 ofs = elf_section_offset(fd, ".debug_frame"); in read_unwind_spec_debug_frame()
379 if (ofs <= 0) { in read_unwind_spec_debug_frame()
382 ofs = elf_section_offset(fd, ".debug_frame"); in read_unwind_spec_debug_frame()
387 if (ofs <= 0) { in read_unwind_spec_debug_frame()
402 ofs = elf_section_offset(fd, in read_unwind_spec_debug_frame()
407 if (ofs > 0) { in read_unwind_spec_debug_frame()
422 dso__data(dso)->debug_frame_offset = ofs; in read_unwind_spec_debug_frame()
425 *offset = ofs; in read_unwind_spec_debug_frame()

Completed in 12 milliseconds