Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp968 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections &sects);
1019 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections &sects,
1030 const UnwindInfoSections &sects);
1411 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { in begin()
1412 return _Self(addressSpace, sects, 0); in begin()
1414 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { in end()
1415 return _Self(addressSpace, sects, in end()
1416 sects.arm_section_length / sizeof(EHABIIndexEntry)); in end()
1419 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) in EHABISectionIterator()
1420 : _i(i), _addressSpace(&addressSpace), _sects(&sects) {} in EHABISectionIterator()
[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()
[all...]
H A DFrameHeaderCache.hpp111 *CBData->sects = Current->Info; in find()
/freebsd/sys/dev/ice/
H A Dice_flex_pipe.c2449 u16 sects; in ice_upd_prof_hw()
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()
2448 u16 sects; ice_upd_prof_hw() local