Searched refs:debug_line (Results 1 – 18 of 18) sorted by relevance
| /freebsd-14.2/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf_sections.c | 39 Dwarf_Unsigned *debug_abbrev, Dwarf_Unsigned *debug_line, in dwarf_get_section_max_offsets_b() argument 55 SET(debug_line, 0); in dwarf_get_section_max_offsets_b() 74 SET(debug_line, sz); in dwarf_get_section_max_offsets_b() 100 Dwarf_Unsigned *debug_abbrev, Dwarf_Unsigned *debug_line, in dwarf_get_section_max_offsets() argument 108 debug_line, debug_loc, debug_aranges, debug_macinfo, in dwarf_get_section_max_offsets()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/ |
| H A D | OProfileJITEventListener.cpp | 118 struct debug_line_info *debug_line; in notifyObjectLoaded() local 119 debug_line = (struct debug_line_info *)calloc( in notifyObjectLoaded() 123 debug_line[i].vma = (unsigned long)It.first; in notifyObjectLoaded() 124 debug_line[i].lineno = It.second.Line; in notifyObjectLoaded() 125 debug_line[i].filename = in notifyObjectLoaded() 131 debug_line) == -1) { in notifyObjectLoaded()
|
| /freebsd-14.2/stand/uboot/arch/arm/ |
| H A D | arm.ldscript | 122 .debug_line 0 : { *(.debug_line) }
|
| /freebsd-14.2/stand/kboot/kboot/arch/powerpc64/ |
| H A D | powerpc64.ldscript | 126 .debug_line 0 : { *(.debug_line) }
|
| /freebsd-14.2/stand/powerpc/ofw/ |
| H A D | ppc-common.ldscript | 127 .debug_line 0 : { *(.debug_line) }
|
| /freebsd-14.2/stand/uboot/arch/powerpc/ |
| H A D | powerpc.ldscript | 125 .debug_line 0 : { *(.debug_line) }
|
| /freebsd-14.2/sys/conf/ |
| H A D | ldscript.powerpc | 154 .debug_line 0 : { *(.debug_line) }
|
| H A D | ldscript.powerpcspe | 155 .debug_line 0 : { *(.debug_line) }
|
| H A D | ldscript.riscv | 151 .debug_line 0 : { *(.debug_line) }
|
| H A D | ldscript.arm | 160 .debug_line 0 : { *(.debug_line) }
|
| H A D | ldscript.powerpc64le | 180 .debug_line 0 : { *(.debug_line) }
|
| H A D | ldscript.arm64 | 176 .debug_line 0 : { *(.debug_line) }
|
| H A D | ldscript.powerpc64 | 180 .debug_line 0 : { *(.debug_line) }
|
| H A D | ldscript.i386 | 188 .debug_line 0 : { *(.debug_line) }
|
| H A D | ldscript.amd64 | 203 .debug_line 0 : { *(.debug_line) }
|
| /freebsd-14.2/contrib/elftoolchain/nm/ |
| H A D | nm.c | 149 bool debug_line; member 555 nm_opts.debug_line = true; in get_opt() 796 nm_opts.debug_line = false; in global_init() 1336 if (!nm_opts.debug_line) in read_elf() 1451 if (nm_opts.debug_line) { in read_elf() 1995 if (nm_opts.debug_line == true && !IS_UNDEF_SYM_TYPE(type)) in sym_list_print_each()
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | Configure | 3571 my $line = my $debug_line = shift; 3599 print STDERR "DEBUG[tokenize]: Parsed '$debug_line' into:\n";
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 1207 HANDLE_DWARF_SECTION(DebugLine, ".debug_line", "debug-line", OffsetOption)
|