Home
last modified time | relevance | path

Searched refs:sect_type (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp516 lldb::SectionType sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() local
519 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
522 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
525 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName()
528 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName()
531 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
537 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
539 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
546 sect_type = lldb::eSectionTypeDWARFDebugAbbrev; in GetSectionTypeFromSectionName()
548 sect_type = lldb::eSectionTypeDWARFDebugAranges; in GetSectionTypeFromSectionName()
[all …]
/freebsd/sys/dev/ice/
H A Dice_ddp_common.h412 u32 sect_type;
415 void *(*handler)(u32 sect_type, void *section, u32 index, u32 *offset);
462 u32 sect_type, u32 *offset,
463 void *(*handler)(u32 sect_type, void *section,
467 u32 sect_type);
408 u32 sect_type; global() member
H A Dice_ddp_common.c923 * @sect_type: section type
932 ice_label_enum_handler(u32 __ALWAYS_UNUSED sect_type, void *section, u32 index, in ice_label_enum_handler()
1175 * @sect_type: section type
1185 ice_sw_fv_handler(u32 sect_type, void *section, u32 index, u32 *offset) in ice_sw_fv_handler()
1190 if (!section || sect_type != ICE_SID_FLD_VEC_SW) in ice_sw_fv_handler()
2033 * @sect_type: section type to enumerate
2043 u32 sect_type)
2048 state->type = sect_type; in ice_pkg_enum_section() argument
2072 state->sect_type = in ice_pkg_enum_section()
2086 * @sect_type in ice_pkg_enum_section()
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...]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp163 user_id_t sect_id, ConstString name, SectionType sect_type, in Section() argument
168 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name), in Section()
178 user_id_t sect_id, ConstString name, SectionType sect_type, in Section() argument
183 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name), in Section()
595 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType() argument
601 if (m_sections[idx]->GetType() == sect_type) { in FindSectionByType()
606 sect_type, check_children, 0); in FindSectionByType()
H A DAddress.cpp497 SectionType sect_type = section_sp->GetType(); in Dump() local
498 switch (sect_type) { in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h66 lldb::SectionSP FindSectionByType(lldb::SectionType sect_type,
134 lldb::SectionType sect_type, lldb::addr_t file_vm_addr,
145 lldb::SectionType sect_type, lldb::addr_t file_vm_addr,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp192 const auto sect_type = section.type.value_or(eSectionTypeCode); in CreateSections() local
201 parent_section_sp, GetModule(), this, sect_id, name, sect_type, in CreateSections()
207 GetModule(), this, sect_id, name, sect_type, vm_addr, vm_size, in CreateSections()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h355 lldb::SectionType sect_type, size_t size, in AllocationRecord()
358 m_permissions(permissions), m_sect_type(sect_type), m_size(size), in AllocationRecord()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h377 virtual void LoadSectionData(lldb::SectionType sect_type,
H A DSymbolFileDWARF.cpp686 void SymbolFileDWARF::LoadSectionData(lldb::SectionType sect_type, in LoadSectionData() argument
693 SectionSP section_sp(section_list->FindSectionByType(sect_type, true)); in LoadSectionData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1922 SectionType sect_type = GetSectionType(header); in CreateSections() local
1925 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections()
1936 sect_type, // Section type. in CreateSections()