Searched refs:dwarf_section (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libunwind/src/ |
H A D | AddressSpace.hpp | 60 const void* dwarf_section; member 138 uintptr_t dwarf_section; member 421 cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr; in checkForUnwindInfoSegment() 497 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section; in findUnwindSections() 510 info.dwarf_section = (uintptr_t)dynamicUnwindSectionInfo.dwarf_section; in findUnwindSections() 524 info.dwarf_section = (uintptr_t)(&__eh_frame_start); in findUnwindSections() 526 (void *)info.dwarf_section, (void *)info.dwarf_section_length); in findUnwindSections() 574 info.dwarf_section = begin; in findUnwindSections() 648 info.dwarf_section = hdrInfo.eh_frame_ptr; in findUnwindSections()
|
H A D | libunwind_ext.h | 85 unw_word_t dwarf_section; member
|
H A D | UnwindCursor.hpp | 1667 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 1669 sects.dwarf_section + fdeSectionOffsetHint, in getInfoFromDwarfSection() 1684 CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 1692 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 2608 if ((sects.dwarf_section != 0) && compactSaysUseDwarf(&dwarfOffset)) { in setInfoBasedOnIPRegister() 2638 if (sects.dwarf_section != 0) { in setInfoBasedOnIPRegister()
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | macho_platform.cpp | 58 uintptr_t dwarf_section; 966 Info.dwarf_section = in lookupSymbols() 56 uintptr_t dwarf_section; global() member
|