Home
last modified time | relevance | path

Searched refs:sects (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1413 return _Self(addressSpace, sects, 0); in begin()
1416 return _Self(addressSpace, sects, in end()
1491 const UnwindInfoSections &sects) { in getInfoFromEHABISection() argument
1699 if (sects.dwarf_index_section == 0) in getInfoFromDwarfSection()
1880 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1942 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1966 _info.extra = sects.dso_base; in getInfoFromCompactEncodingSection()
2594 UnwindInfoSections sects; in setInfoBasedOnIPRegister() local
2598 if (sects.compact_unwind_section != 0) { in setInfoBasedOnIPRegister()
2633 if (sects.dwarf_section != 0) { in setInfoBasedOnIPRegister()
[all …]
H A DAddressSpace.hpp382 UnwindInfoSections *sects; member
400 cbdata->sects->dso_base = begin; in checkAddrInSegment()
401 cbdata->sects->text_segment_length = phdr->p_memsz; in checkAddrInSegment()
414 cbdata->sects->dwarf_index_section = eh_frame_hdr_start; in checkForUnwindInfoSegment()
415 cbdata->sects->dwarf_index_section_length = phdr->p_memsz; in checkForUnwindInfoSegment()
421 cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr; in checkForUnwindInfoSegment()
422 cbdata->sects->dwarf_section_length = SIZE_MAX; in checkForUnwindInfoSegment()
430 cbdata->sects->arm_section = exidx_start; in checkForUnwindInfoSegment()
431 cbdata->sects->arm_section_length = phdr->p_memsz; in checkForUnwindInfoSegment()
482 TheFrameHeaderCache.add(cbdata->sects); in findUnwindSectionsByPhdr()
H A DFrameHeaderCache.hpp111 *CBData->sects = Current->Info; in find()
/freebsd-14.2/sys/dev/ice/
H A Dice_flex_pipe.c2449 u16 sects; in ice_upd_prof_hw() local
2472 sects = xlt1 + xlt2 + tcam + es; in ice_upd_prof_hw()
2474 if (!sects) in ice_upd_prof_hw()
2482 status = ice_pkg_buf_reserve_section(b, sects); in ice_upd_prof_hw()
2516 if (!pkg_sects || pkg_sects != sects) { in ice_upd_prof_hw()