Searched refs:debug_pubnames (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_sections.c | 41 Dwarf_Unsigned *debug_macinfo, Dwarf_Unsigned *debug_pubnames, in dwarf_get_section_max_offsets_b() argument 59 SET(debug_pubnames, 0); in dwarf_get_section_max_offsets_b() 82 SET(debug_pubnames, sz); in dwarf_get_section_max_offsets_b() 102 Dwarf_Unsigned *debug_macinfo, Dwarf_Unsigned *debug_pubnames, in dwarf_get_section_max_offsets() argument 109 debug_pubnames, debug_str, debug_frame, debug_ranges, in dwarf_get_section_max_offsets()
|
/freebsd/sys/conf/ |
H A D | debuginfo.ldscript | 20 .debug_pubnames 0 : { *(.debug_pubnames) }
|
/freebsd/stand/uboot/arch/arm/ |
H A D | arm.ldscript | 118 .debug_pubnames 0 : { *(.debug_pubnames) }
|
/freebsd/stand/powerpc/ofw/ |
H A D | ppc-common.ldscript | 123 .debug_pubnames 0 : { *(.debug_pubnames) }
|
/freebsd/stand/uboot/arch/powerpc/ |
H A D | powerpc.ldscript | 121 .debug_pubnames 0 : { *(.debug_pubnames) }
|
/freebsd/stand/kboot/kboot/arch/powerpc64/ |
H A D | powerpc64.ldscript | 122 .debug_pubnames 0 : { *(.debug_pubnames) }
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DebugOptions.def | 137 /// Whether to emit .debug_gnu_pubnames section instead of .debug_pubnames.
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | README.md | 151 names (``.debug_pubnames``, ``.debug_names``) and CodeView public symbol stream
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 1294 HANDLE_DWARF_SECTION(DebugPubnames, ".debug_pubnames", "debug-pubnames",
|