Searched defs:line_offset (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/tools/ctf/dwarf/common/ |
| H A D | dwarf_print_lines.c | 121 Dwarf_Unsigned line_offset = 0; local 205 lres = dwarf_global_formref(stmt_list_attr, &line_offset, error); 210 if (line_offset >= dbg->de_debug_line.dss_size) { 215 line_ptr = dbg->de_debug_line.dss_data + line_offset; 244 line_ptr,dbg->de_debug_line.dss_size - line_offset, 272 (Dwarf_Unsigned) line_offset, 273 (Dwarf_Signed) line_offset);
|
| H A D | dwarf_line.c | 120 Dwarf_Unsigned line_offset = 0; local 172 lres = dwarf_global_formref(stmt_list_attr, &line_offset, error); 176 if (line_offset >= dbg->de_debug_line.dss_size) { 180 line_ptr = dbg->de_debug_line.dss_data + line_offset; 353 Dwarf_Unsigned line_offset = 0; local 446 lres = dwarf_formudata(stmt_list_attr, &line_offset, error); 451 if (line_offset >= dbg->de_debug_line.dss_size) { 455 line_ptr = dbg->de_debug_line.dss_data + line_offset;
|
| /illumos-gate/usr/src/cmd/grep_xpg4/ |
| H A D | grep.c | 806 off_t line_offset; /* current line's offset from the beginning */ local 841 line_offset = 0; 1141 (line_offset / BSIZE)); 1158 line_offset += line_len + 1;
|
| /illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/ |
| H A D | mema.c | 969 uint_t line_offset, 982 test_write.address.line_offset = line_offset; 1004 uint_t line_offset, 1020 test_read.address.line_offset = line_offset; 1662 tread->address.line_offset, tread->address.line_count); 1673 twrite->address.line_offset, twrite->address.line_count); 965 mtest_write( mtest_handle_t handle, void *page_buf, u_longlong_t page_no, uint_t line_offset, uint_t line_count) argument 1000 mtest_read( mtest_handle_t handle, void *page_buf, u_longlong_t page_no, uint_t line_offset, uint_t line_count, struct mtest_error *errp) argument
|
| /illumos-gate/usr/src/uts/sun4u/sunfire/sys/ |
| H A D | ac.h | 283 * line_offset is in the range 0 - (page_size/line_size)-1 288 uint_t line_offset; member in struct:__anon10137 294 * (page_buf + (line_offset*line_size))
|
Completed in 186 milliseconds