Home
last modified time | relevance | path

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

/freebsd/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/sys/dev/ice/
H A Dice_ddp_common.c2048 state->type = sect_type; in ice_pkg_enum_section() argument
927 ice_label_enum_handler(u32 __ALWAYS_UNUSED sect_type,void * section,u32 index,u32 * offset) ice_label_enum_handler() argument
1181 ice_sw_fv_handler(u32 sect_type,void * section,u32 index,u32 * offset) ice_sw_fv_handler() argument
2114 ice_pkg_enum_entry(struct ice_seg * ice_seg,struct ice_pkg_enum * state,u32 sect_type,u32 * offset,void * (* handler)(u32 sect_type,void * section,u32 index,u32 * offset)) ice_pkg_enum_entry() argument
2115 ice_pkg_enum_entry(struct ice_seg * ice_seg,struct ice_pkg_enum * state,u32 sect_type,u32 * offset,void * (* handler)(u32 sect_type,void * section,u32 index,u32 * offset)) ice_pkg_enum_entry() argument
2163 ice_boost_tcam_handler(u32 sect_type,void * section,u32 index,u32 * offset) ice_boost_tcam_handler() argument
[all...]
H A Dice_ddp_common.h408 u32 sect_type; global() member
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp517 lldb::SectionType sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1957 SectionType sect_type = GetSectionType(header); in CreateSections() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp680 void SymbolFileDWARF::LoadSectionData(lldb::SectionType sect_type, in LoadSectionData()