Searched refs:dwarf_section (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libunwind/src/ |
| H A D | AddressSpace.hpp | 53 const void* dwarf_section; member 127 uintptr_t dwarf_section; member 432 cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr; in checkForUnwindInfoSegment() 508 info.dwarf_section = (uintptr_t)dyldInfo.dwarf_section; in findUnwindSections() 519 info.dwarf_section = (uintptr_t)(&__eh_frame_start); in findUnwindSections() 521 (void *)info.dwarf_section, (void *)info.dwarf_section_length); in findUnwindSections() 568 info.dwarf_section = begin; in findUnwindSections()
|
| H A D | UnwindCursor.hpp | 1541 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 1543 sects.dwarf_section + fdeSectionOffsetHint, in getInfoFromDwarfSection() 1558 CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 1566 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection() 1935 if ((sects.dwarf_section != 0) && compactSaysUseDwarf(&dwarfOffset)) { in setInfoBasedOnIPRegister() 1959 if (sects.dwarf_section != 0) { in setInfoBasedOnIPRegister()
|
| /freebsd-13.1/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()
|