Searched refs:dwarf_section (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_sections.c47 dwarf_get_section_bytes(Dwarf_P_Debug dbg, Dwarf_Signed dwarf_section, argument
52 (void) dwarf_section; /* ignored. */
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp60 const void* dwarf_section; member in struct:dyld_unwind_sections
138 uintptr_t dwarf_section; member in struct:libunwind::UnwindInfoSections
421 cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr;
497 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section;
510 info.dwarf_section = (uintptr_t)dynamicUnwindSectionInfo.dwarf_section;
524 info.dwarf_section = (uintptr_t)(&__eh_frame_start);
526 (void *)info.dwarf_section, (void *)info.dwarf_section_length);
574 info.dwarf_section
[all...]
H A Dlibunwind_ext.h71 // * dwarf_section and dwarf_section_length hold the address range of a DWARF
74 // exists (and in this case dwarf_section should also be set to zero).
85 unw_word_t dwarf_section; member in struct:unw_dynamic_unwind_sections
H A DUnwindCursor.hpp1664 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section,
1666 sects.dwarf_section + fdeSectionOffsetHint,
1681 CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section,
1689 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section,
2603 if ((sects.dwarf_section != 0) && compactSaysUseDwarf(&dwarfOffset)) {
2633 if (sects.dwarf_section != 0) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp56 uintptr_t dwarf_section; member in struct:unw_dynamic_unwind_sections
1028 Info.dwarf_section =

Completed in 76 milliseconds