Searched refs:dwarf_section (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/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 in findUnwindSections() [all...] |
H A D | libunwind_ext.h | 85 unw_word_t dwarf_section; member
|
H A D | UnwindCursor.hpp | 1663 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 1665 sects.dwarf_section + fdeSectionOffsetHint, in getInfoFromDwarfSection() 1680 CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 1688 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 2611 if ((sects.dwarf_section != 0) && compactSaysUseDwarf(&dwarfOffset)) { in setInfoBasedOnIPRegister() 2641 if (sects.dwarf_section != 0) { in setInfoBasedOnIPRegister()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_pro_sections.c | 47 dwarf_get_section_bytes(Dwarf_P_Debug dbg, Dwarf_Signed dwarf_section, in dwarf_get_section_bytes() argument 52 (void) dwarf_section; /* ignored. */ in dwarf_get_section_bytes()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | macho_platform.cpp | 56 uintptr_t dwarf_section; 1028 Info.dwarf_section = in dlopenInitialize() 55 uintptr_t dwarf_section; global() member
|