Home
last modified time | relevance | path

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

/tools/perf/util/
Dunwind-libunwind-local.c303 u64 ofs = dso->data.debug_frame_offset; in read_unwind_spec_debug_frame() local
311 if (ofs == 0) { in read_unwind_spec_debug_frame()
314 ofs = elf_section_offset(fd, ".debug_frame"); in read_unwind_spec_debug_frame()
318 if (ofs <= 0) { in read_unwind_spec_debug_frame()
321 ofs = elf_section_offset(fd, ".debug_frame"); in read_unwind_spec_debug_frame()
326 if (ofs <= 0) { in read_unwind_spec_debug_frame()
336 ofs = elf_section_offset(fd, in read_unwind_spec_debug_frame()
341 if (ofs > 0) { in read_unwind_spec_debug_frame()
356 dso->data.debug_frame_offset = ofs; in read_unwind_spec_debug_frame()
359 *offset = ofs; in read_unwind_spec_debug_frame()
/tools/include/nolibc/
Dnolibc.h2320 size_t ofs = 0; in memcmp() local
2323 while (ofs < n && !(c1 = ((unsigned char *)s1)[ofs] - ((unsigned char *)s2)[ofs])) { in memcmp()
2324 ofs++; in memcmp()