| /src/external/gpl2/gmake/dist/ |
| expand.c | 204 unsigned int line_offset; 211 line_offset = line - variable_buffer; 409 return (variable_buffer + line_offset); 202 unsigned int line_offset; local
|
| /src/sys/fs/udf/ |
| udf_strat_rmw.c | 374 int line, line_offset; local 380 line_offset = sector % ump->packet_size; 381 start_sector = sector - line_offset;
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_drv.h | 1410 * @line_offset: Offset of the current line segment. 1417 size_t line_offset; member in struct:vmw_diff_cpy 1429 .line_offset = 0, \
|
| /src/external/gpl3/binutils/dist/bfd/ |
| dwarf2.c | 274 /* Line table at line_offset zero. */ 394 unsigned long line_offset; member in struct:comp_unit 2725 if (unit->line_offset == 0 && file->line_table) 2729 file->syms, unit->line_offset, 2741 line_ptr = file->dwarf_line_buffer + unit->line_offset; 3099 if (unit->line_offset == 0) 4325 unit->line_offset = attr->u.val; 4567 unit->line_offset = attr.u.val;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| dwarf2.c | 274 /* Line table at line_offset zero. */ 394 unsigned long line_offset; member in struct:comp_unit 2725 if (unit->line_offset == 0 && file->line_table) 2729 file->syms, unit->line_offset, 2741 line_ptr = file->dwarf_line_buffer + unit->line_offset; 3099 if (unit->line_offset == 0) 4325 unit->line_offset = attr->u.val; 4567 unit->line_offset = attr.u.val;
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dwarf.c | 6277 /* Given LINE_OFFSET into the .debug_line section, attempt to return 6282 get_line_filename_and_dirname (uint64_t line_offset, 6295 || line_offset >= section->size 6299 hdrptr = section->start + line_offset; 6410 uint64_t line_offset = 0, sec_offset = curr - start, offset; local 6428 SAFE_BYTE_GET_AND_INC (line_offset, curr, offset_size, end); 6430 line_offset); 6541 = get_line_filename_and_dirname (line_offset, filenum,
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dwarf.c | 6207 /* Given LINE_OFFSET into the .debug_line section, attempt to return 6212 get_line_filename_and_dirname (uint64_t line_offset, 6225 || line_offset >= section->size 6229 hdrptr = section->start + line_offset; 6341 uint64_t line_offset = 0, sec_offset = curr - start, offset; local 6359 SAFE_BYTE_GET_AND_INC (line_offset, curr, offset_size, end); 6361 line_offset); 6469 = get_line_filename_and_dirname (line_offset, filenum,
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dwarf2out.cc | 12990 int line_offset = ent->val - current_line; 12991 int line_delta = line_offset - DWARF_LINE_BASE; 13008 dw2_asm_output_data_sleb128 (line_offset, NULL); 12978 int line_offset = ent->val - current_line; local
|