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

/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp516 lldb::SectionType sect_type = lldb::eSectionTypeCode; local
519 sect_type = lldb::eSectionTypeCode;
522 sect_type = lldb::eSectionTypeCode;
525 sect_type = lldb::eSectionTypeData;
528 sect_type = lldb::eSectionTypeData;
531 sect_type = lldb::eSectionTypeOther;
537 sect_type = lldb::eSectionTypeCode;
539 sect_type = lldb::eSectionTypeCode;
546 sect_type = lldb::eSectionTypeDWARFDebugAbbrev;
548 sect_type
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_ddp_common.h408 u32 sect_type; member in struct:ice_pkg_enum
411 void *(*handler)(u32 sect_type, void *section, u32 index, u32 *offset);
458 u32 sect_type, u32 *offset,
459 void *(*handler)(u32 sect_type, void *section,
463 u32 sect_type);
H A Dice_ddp_common.c918 * @sect_type: section type
927 ice_label_enum_handler(u32 __ALWAYS_UNUSED sect_type, void *section, u32 index, argument
1171 * @sect_type: section type
1181 ice_sw_fv_handler(u32 sect_type, void *section, u32 index, u32 *offset) argument
1186 if (!section || sect_type != ICE_SID_FLD_VEC_SW)
2038 * @sect_type: section type to enumerate
2048 u32 sect_type)
2053 state->type = sect_type;
2077 state->sect_type =
2091 * @sect_type
2047 ice_pkg_enum_section(struct ice_seg *ice_seg, struct ice_pkg_enum *state, u32 sect_type) argument
2113 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)) argument
2163 ice_boost_tcam_handler(u32 sect_type, void *section, u32 index, u32 *offset) argument
[all...]
/freebsd-current/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-current/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp160 SectionType sect_type, addr_t file_addr, addr_t byte_size,
165 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name),
176 SectionType sect_type, addr_t file_addr, addr_t byte_size,
181 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name),
592 SectionSP SectionList::FindSectionByType(SectionType sect_type, argument
598 if (m_sections[idx]->GetType() == sect_type) {
603 sect_type, check_children, 0);
158 Section(const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, ConstString name, SectionType sect_type, addr_t file_addr, addr_t byte_size, lldb::offset_t file_offset, lldb::offset_t file_size, uint32_t log2align, uint32_t flags, uint32_t target_byte_size ) argument
173 Section(const lldb::SectionSP &parent_section_sp, const ModuleSP &module_sp, ObjectFile *obj_file, user_id_t sect_id, ConstString name, SectionType sect_type, addr_t file_addr, addr_t byte_size, lldb::offset_t file_offset, lldb::offset_t file_size, uint32_t log2align, uint32_t flags, uint32_t target_byte_size ) argument
H A DAddress.cpp509 SectionType sect_type = section_sp->GetType(); local
510 switch (sect_type) {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h348 lldb::SectionType sect_type, size_t size,
351 m_permissions(permissions), m_sect_type(sect_type), m_size(size),
347 AllocationRecord(uintptr_t host_address, uint32_t permissions, lldb::SectionType sect_type, size_t size, unsigned alignment, unsigned section_id, const char *name) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h367 virtual void LoadSectionData(lldb::SectionType sect_type,
H A DSymbolFileDWARF.cpp673 void SymbolFileDWARF::LoadSectionData(lldb::SectionType sect_type,
680 SectionSP section_sp(section_list->FindSectionByType(sect_type, true));
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1907 SectionType sect_type = GetSectionType(header); local
1910 GetTargetByteSize(sect_type, m_arch_spec);
1921 sect_type, // Section type.

Completed in 272 milliseconds