HomeSort by relevance Sort by last modified time
    Searched refs:debug_line (Results 1 - 25 of 698) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/ELF/
debug-line2.s 7 // CHECK: Name: .debug_line
26 .section .debug_line,"",@progbits
relax-crash.s 6 .section .debug_line,"",@progbits
debug-loc.s 8 // FIXME2: We need a debug_line dumper so that we can test the actual contents.
12 // CHECK-NEXT: Name: .debug_line
25 .section .debug_line,"",@progbits
debug-line.s 3 // Test that .debug_line is populated.
6 // CHECK: Name: .debug_line
26 .section .debug_line,"",@progbits
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 66 struct debug_line_info * debug_line; local
84 debug_line = calloc(map_length, sizeof(struct debug_line_info));
85 if (!debug_line)
97 debug_line[i].vma = (unsigned long)map[i].start_address;
98 debug_line[i].lineno = table_ptr[j].line_number;
99 debug_line[i].filename = source_filename;
104 fprintf(stderr, "%lx %d\t", debug_line[i].vma,
105 debug_line[i].lineno);
110 return debug_line;
125 struct debug_line_info * debug_line = NULL local
    [all...]
  /external/oprofile/opjitconv/
parse_dump.c 120 struct jitentry_debug_line * debug_line = local
123 debug_line->data = rec;
124 debug_line->end = end;
125 debug_line->life_start = rec->timestamp;
126 debug_line->life_end = end_time;
128 debug_line->next = jitentry_debug_line_list;
129 jitentry_debug_line_list = debug_line;
debug_line.c 2 * @file debug_line.c
443 struct jitentry_debug_line * debug_line; local
449 for (debug_line = jitentry_debug_line_list;
450 debug_line;
451 debug_line = debug_line->next) {
452 struct jr_code_debug_info const * rec = debug_line->data;
477 line_section = create_section(abfd, ".debug_line", b_line.size, 0,
501 line_section = bfd_get_section_by_name(abfd, ".debug_line");
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c 355 dwarf2_dbgfmt_gen_line_op(yasm_section *debug_line, dwarf2_line_state *state,
366 dwarf2_dbgfmt_append_line_op(debug_line, DW_LNS_set_file,
371 dwarf2_dbgfmt_append_line_op(debug_line, DW_LNS_set_column,
375 dwarf2_dbgfmt_append_line_ext_op_int(debug_line,
382 dwarf2_dbgfmt_append_line_op(debug_line, DW_LNS_set_isa,
388 dwarf2_dbgfmt_append_line_op(debug_line, DW_LNS_negate_stmt, NULL);
391 dwarf2_dbgfmt_append_line_op(debug_line, DW_LNS_negate_stmt, NULL);
394 dwarf2_dbgfmt_append_line_op(debug_line, DW_LNS_set_basic_block, NULL);
398 dwarf2_dbgfmt_append_line_op(debug_line, DW_LNS_set_prologue_end, NULL);
401 dwarf2_dbgfmt_append_line_op(debug_line, DW_LNS_set_epilogue_begin
478 yasm_section *debug_line; member in struct:dwarf2_line_bc_info
561 yasm_section *debug_line; \/* section to which line number info goes *\/ member in struct:dwarf2_line_info
    [all...]
dwarf2-dbgfmt.h 128 (yasm_object *object, yasm_section *debug_line,
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/
elf_i386.xr 116 .debug_line 0 : { *(.debug_line .zdebug_line) }
elf_i386.xu 117 .debug_line 0 : { *(.debug_line .zdebug_line) }
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/ldscripts/
elf_i386.xr 121 .debug_line 0 : { *(.debug_line) }
elf_i386.xu 122 .debug_line 0 : { *(.debug_line) }