Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1290 return _Self(addressSpace, sects, 0); in begin()
1293 return _Self(addressSpace, sects, in end()
1368 const UnwindInfoSections &sects) { in getInfoFromEHABISection() argument
1576 if (sects.dwarf_index_section == 0) in getInfoFromDwarfSection()
1757 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1819 sects.compact_unwind_section + in getInfoFromCompactEncodingSection()
1843 _info.extra = sects.dso_base; in getInfoFromCompactEncodingSection()
1926 UnwindInfoSections sects; in setInfoBasedOnIPRegister() local
1930 if (sects.compact_unwind_section != 0) { in setInfoBasedOnIPRegister()
1959 if (sects.dwarf_section != 0) { in setInfoBasedOnIPRegister()
[all …]
H A DAddressSpace.hpp393 UnwindInfoSections *sects; member
411 cbdata->sects->dso_base = begin; in checkAddrInSegment()
412 cbdata->sects->text_segment_length = phdr->p_memsz; in checkAddrInSegment()
425 cbdata->sects->dwarf_index_section = eh_frame_hdr_start; in checkForUnwindInfoSegment()
426 cbdata->sects->dwarf_index_section_length = phdr->p_memsz; in checkForUnwindInfoSegment()
432 cbdata->sects->dwarf_section = hdrInfo.eh_frame_ptr; in checkForUnwindInfoSegment()
433 cbdata->sects->dwarf_section_length = UINTPTR_MAX; in checkForUnwindInfoSegment()
441 cbdata->sects->arm_section = exidx_start; in checkForUnwindInfoSegment()
442 cbdata->sects->arm_section_length = phdr->p_memsz; in checkForUnwindInfoSegment()
493 TheFrameHeaderCache.add(cbdata->sects); in findUnwindSectionsByPhdr()
H A DFrameHeaderCache.hpp111 *CBData->sects = Current->Info; in find()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp287 const section_64 *sects = reinterpret_cast<const section_64*> in readBinary() local
295 const section_64 *sect = &sects[i]; in readBinary()
330 const section *sects = reinterpret_cast<const section*> in readBinary() local
338 const section *sect = &sects[i]; in readBinary()
/freebsd-13.1/sys/dev/ice/
H A Dice_flex_pipe.c4254 u16 sects; in ice_upd_prof_hw() local
4277 sects = xlt1 + xlt2 + tcam + es; in ice_upd_prof_hw()
4279 if (!sects) in ice_upd_prof_hw()
4287 status = ice_pkg_buf_reserve_section(b, sects); in ice_upd_prof_hw()
4321 if (!pkg_sects || pkg_sects != sects) { in ice_upd_prof_hw()