Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp517 lldb::SectionType sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() local
520 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
523 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
526 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName()
529 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName()
532 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
538 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
540 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
547 sect_type = lldb::eSectionTypeDWARFDebugAbbrev; in GetSectionTypeFromSectionName()
549 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.cpp160 SectionType sect_type, addr_t file_addr, addr_t byte_size, in Section() argument
165 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name), in Section()
176 SectionType sect_type, addr_t file_addr, addr_t byte_size, in Section() argument
181 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name), in Section()
592 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType() argument
598 if (m_sections[idx]->GetType() == sect_type) { in FindSectionByType()
603 sect_type, check_children, 0); in FindSectionByType()
H A DAddress.cpp509 SectionType sect_type = section_sp->GetType(); in Dump() local
510 switch (sect_type) { in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h66 lldb::SectionSP FindSectionByType(lldb::SectionType sect_type,
118 lldb::SectionType sect_type, lldb::addr_t file_vm_addr,
129 lldb::SectionType sect_type, lldb::addr_t file_vm_addr,
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h348 lldb::SectionType sect_type, size_t size, in AllocationRecord()
351 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.cpp680 void SymbolFileDWARF::LoadSectionData(lldb::SectionType sect_type, in LoadSectionData() argument
687 SectionSP section_sp(section_list->FindSectionByType(sect_type, true)); in LoadSectionData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1957 SectionType sect_type = GetSectionType(header); in CreateSections() local
1960 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections()
1971 sect_type, // Section type. in CreateSections()