Searched refs:debug_str (Results 1 – 25 of 133) sorted by relevance
123456
| /netbsd/src/external/gpl3/gdb/dist/gdb/contrib/ |
| D | gdb-add-index.sh | 149 if ! $OBJCOPY --dump-section .debug_str="$debugstrmerge" "$fpath" \ 167 echo --add-section .debug_str="$debugstrmerge"; \ 168 echo --set-section-flags .debug_str=readonly; \ 171 echo --update-section .debug_str="$debugstrmerge"; \
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/alpha/ |
| D | vms-dwarf2.S | 69 .section .debug_str,NOWRT 71 .globl $dwarf2.debug_str 72 $dwarf2.debug_str:
|
| /netbsd/src/external/gpl3/binutils/dist/ld/scripttempl/ |
| D | DWARF.sc | 29 .debug_str 0 : { *(.debug_str) }
|
| D | alphavms.sc | 81 \$dwarf2.debug_str = .; 82 *(debug_str)
|
| D | pe.sc | 340 .debug_str ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} : 342 *(.debug_str)
|
| D | pep.sc | 346 .debug_str ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} : 348 *(.debug_str)
|
| /netbsd/src/sys/arch/zaurus/stand/zbsdmod/ |
| D | Makefile | 20 -R .debug_str \
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| D | dw2-single-line-discriminators.S | 33 .section .debug_str,"MS",@progbits,1 95 .section .debug_str,"MS",@progbits,1
|
| D | trace-crash.S | 86 .section .debug_str,"MS",@progbits,1 277 .section .debug_str,"MS",@progbits,1
|
| D | dw2-modula2-self-type.S | 117 .section .debug_str
|
| D | dw2-strp.S | 166 .section .debug_str
|
| D | dw2-simple-locdesc.S | 163 .section .debug_str
|
| D | dw2-error.S | 150 .section .debug_str,"MS",@progbits,1
|
| D | callframecfa.S | 292 .section .debug_str,"MS",@progbits,1
|
| D | member-ptr-forwardref.S | 313 .section .debug_str,"MS",%progbits,1
|
| D | fission-loclists-pie.S | 460 .section .debug_str,"MS",@progbits,1 473 .section .debug_str.dwo,"e",@progbits
|
| D | pr13961.S | 371 .section .debug_str,"MS",%progbits,1
|
| D | pr11465.S | 347 .section .debug_str
|
| /netbsd/src/sys/arch/x68k/stand/boot/ |
| D | boot.ldscript | 64 *(.debug_str)
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.gdb/ |
| D | index-file.exp | 155 foreach suffix { gdb-index debug_names debug_str } {
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | dwp.cc | 899 unsigned int debug_str = 0; in read() local 931 debug_str = i; in read() 945 this->add_strings(output_file, debug_str); in read() 1366 Dwo_file::add_strings(Dwp_output_file* output_file, unsigned int debug_str) in add_strings() argument 1370 const unsigned char* pdata = this->section_contents(debug_str, &len, &is_new); in add_strings() 1379 this->section_name(debug_str).c_str()); in add_strings()
|
| /netbsd/src/sys/arch/ofppc/stand/ofwboot/ |
| D | ldscript | 217 .debug_str 0 : { *(.debug_str) }
|
| /netbsd/src/sys/arch/sbmips/stand/common/ |
| D | boot.ldscript | 237 .debug_str 0 : { *(.debug_str) }
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| D | i386-gnu-cfi-asm.S | 343 .section .debug_str,"MS",@progbits,1
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-linetable.S | 352 .section .debug_str,"MS",@progbits,1
|
123456