Home
last modified time | relevance | path

Searched defs:sect_type (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp160 SectionType sect_type, addr_t file_addr, addr_t byte_size, in Section()
176 SectionType sect_type, addr_t file_addr, addr_t byte_size, in Section()
592 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType()
H A DAddress.cpp509 SectionType sect_type = section_sp->GetType(); in Dump() local
/freebsd-14.2/sys/dev/ice/
H A Dice_ddp_common.c932 ice_label_enum_handler(u32 __ALWAYS_UNUSED sect_type, void *section, u32 index, in ice_label_enum_handler()
1185 ice_sw_fv_handler(u32 sect_type, void *section, u32 index, u32 *offset) in ice_sw_fv_handler()
2043 u32 sect_type) in ice_pkg_enum_section()
2109 u32 sect_type, u32 *offset, in ice_pkg_enum_entry()
2110 void *(*handler)(u32 sect_type, void *section, in ice_pkg_enum_entry()
2158 ice_boost_tcam_handler(u32 sect_type, void *section, u32 index, u32 *offset) in ice_boost_tcam_handler()
H A Dice_ddp_common.h412 u32 sect_type; member
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp516 lldb::SectionType sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1907 SectionType sect_type = GetSectionType(header); in CreateSections() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp673 void SymbolFileDWARF::LoadSectionData(lldb::SectionType sect_type, in LoadSectionData()