Searched refs:dwarf_section (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | AddressSpace.hpp | 60 const void* dwarf_section; member 134 uintptr_t dwarf_section; member 439 cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr; in checkForUnwindInfoSegment() 515 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section; in findUnwindSections() 526 info.dwarf_section = (uintptr_t)(&__eh_frame_start); in findUnwindSections() 528 (void *)info.dwarf_section, (void *)info.dwarf_section_length); in findUnwindSections() 576 info.dwarf_section = begin; in findUnwindSections()
|
| H A D | UnwindCursor.hpp | 1630 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 1632 sects.dwarf_section + fdeSectionOffsetHint, in getInfoFromDwarfSection() 1647 CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 1655 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 2528 if ((sects.dwarf_section != 0) && compactSaysUseDwarf(&dwarfOffset)) { in setInfoBasedOnIPRegister() 2558 if (sects.dwarf_section != 0) { in setInfoBasedOnIPRegister()
|