| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/ |
| OProfileJITEventListener.cpp | 118 struct debug_line_info *debug_line; local 119 debug_line = (struct debug_line_info *)calloc( 123 debug_line[i].vma = (unsigned long)It.first; 124 debug_line[i].lineno = It.second.Line; 125 debug_line[i].filename = 131 debug_line) == -1) {
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| xtensa-istack.h | 50 struct dwarf2_line_info debug_line; member in struct:tinsn_struct
|
| tc-ia64.c | 303 struct dwarf2_line_info debug_line; member in struct:__anon10031::slot 970 dwarf2_where (&CURR_SLOT.debug_line); 971 CURR_SLOT.debug_line.flags |= DWARF2_FLAG_BASIC_BLOCK; 972 dwarf2_gen_line_info (frag_now_fix (), &CURR_SLOT.debug_line); 6848 md.slot[curr].debug_line.flags |= DWARF2_FLAG_BASIC_BLOCK; 6850 dwarf2_gen_line_info (addr, &md.slot[curr].debug_line); 10802 dwarf2_where (&CURR_SLOT.debug_line);
|
| tc-xtensa.c | 3496 targ->debug_line = insn->debug_line; 3982 new_insn->debug_line = old_insn->debug_line; 5705 dwarf2_where (&orig_insn.debug_line); 7098 struct dwarf2_line_info debug_line; 7102 memset (&debug_line, 0, sizeof (struct dwarf2_line_info)); 7167 && (tinsn->debug_line.filenum != debug_line.filenum 7168 || tinsn->debug_line.line < debug_line.lin 7087 struct dwarf2_line_info debug_line; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| xtensa-istack.h | 50 struct dwarf2_line_info debug_line; member in struct:tinsn_struct
|
| tc-ia64.c | 303 struct dwarf2_line_info debug_line; member in struct:__anon11503::slot 970 dwarf2_where (&CURR_SLOT.debug_line); 971 CURR_SLOT.debug_line.flags |= DWARF2_FLAG_BASIC_BLOCK; 972 dwarf2_gen_line_info (frag_now_fix (), &CURR_SLOT.debug_line); 6848 md.slot[curr].debug_line.flags |= DWARF2_FLAG_BASIC_BLOCK; 6850 dwarf2_gen_line_info (addr, &md.slot[curr].debug_line); 10802 dwarf2_where (&CURR_SLOT.debug_line);
|
| tc-xtensa.c | 3496 targ->debug_line = insn->debug_line; 3982 new_insn->debug_line = old_insn->debug_line; 5705 dwarf2_where (&orig_insn.debug_line); 7098 struct dwarf2_line_info debug_line; 7102 memset (&debug_line, 0, sizeof (struct dwarf2_line_info)); 7167 && (tinsn->debug_line.filenum != debug_line.filenum 7168 || tinsn->debug_line.line < debug_line.lin 7087 struct dwarf2_line_info debug_line; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| dwarf2.c | 42 /* The data in the .debug_line statement prologue looks like this. */ 226 /* Length of the loaded .debug_line section. */ 393 /* The offset into .debug_line of the line number table. */ 476 { ".debug_line", ".zdebug_line" }, 512 debug_line, enumerator in enum:dwarf_debug_section_enum 2728 if (! read_section (abfd, &stash->debug_sections[debug_line], 2776 (_("DWARF error: unhandled .debug_line version %d"), lh.version);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| dwarf2.c | 42 /* The data in the .debug_line statement prologue looks like this. */ 226 /* Length of the loaded .debug_line section. */ 393 /* The offset into .debug_line of the line number table. */ 476 { ".debug_line", ".zdebug_line" }, 512 debug_line, enumerator in enum:dwarf_debug_section_enum 2728 if (! read_section (abfd, &stash->debug_sections[debug_line], 2776 (_("DWARF error: unhandled .debug_line version %d"), lh.version);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| dwarf2.c | 42 /* The data in the .debug_line statement prologue looks like this. */ 226 /* Length of the loaded .debug_line section. */ 393 /* The offset into .debug_line of the line number table. */ 476 { ".debug_line", ".zdebug_line" }, 512 debug_line, enumerator in enum:dwarf_debug_section_enum 2728 if (! read_section (abfd, &stash->debug_sections[debug_line], 2776 (_("DWARF error: unhandled .debug_line version %d"), lh.version);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| dwarf2.c | 42 /* The data in the .debug_line statement prologue looks like this. */ 226 /* Length of the loaded .debug_line section. */ 396 /* The offset into .debug_line of the line number table. */ 479 { ".debug_line", ".zdebug_line" }, 515 debug_line, enumerator in enum:dwarf_debug_section_enum 2721 if (! read_section (abfd, &stash->debug_sections[debug_line], 2769 (_("DWARF error: unhandled .debug_line version %d"), lh.version);
|