| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 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() 567 sect_type = lldb::eSectionTypeDWARFDebugLoc; in GetSectionTypeFromSectionName() 600 sect_type = lldb::eSectionTypeInvalid; in GetSectionTypeFromSectionName() 602 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName() [all …]
|
| /freebsd-14.2/sys/dev/ice/ |
| H A D | ice_ddp_common.h | 412 u32 sect_type; member 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);
|
| H A D | ice_ddp_common.c | 1185 ice_sw_fv_handler(u32 sect_type, void *section, u32 index, u32 *offset) in ice_sw_fv_handler() argument 1190 if (!section || sect_type != ICE_SID_FLD_VEC_SW) in ice_sw_fv_handler() 2043 u32 sect_type) in ice_pkg_enum_section() argument 2048 state->type = sect_type; in ice_pkg_enum_section() 2072 state->sect_type = in ice_pkg_enum_section() 2109 u32 sect_type, u32 *offset, in ice_pkg_enum_entry() argument 2110 void *(*handler)(u32 sect_type, void *section, in ice_pkg_enum_entry() argument 2119 if (!ice_pkg_enum_section(ice_seg, state, sect_type)) in ice_pkg_enum_entry() 2132 entry = state->handler(state->sect_type, state->sect, state->entry_idx, in ice_pkg_enum_entry() 2140 entry = state->handler(state->sect_type, state->sect, in ice_pkg_enum_entry() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | Section.cpp | 160 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 D | Address.cpp | 509 SectionType sect_type = section_sp->GetType(); in Dump() local 510 switch (sect_type) { in Dump()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Section.h | 66 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-14.2/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 348 lldb::SectionType sect_type, size_t size, in AllocationRecord() 351 m_permissions(permissions), m_sect_type(sect_type), m_size(size), in AllocationRecord()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.h | 367 virtual void LoadSectionData(lldb::SectionType sect_type,
|
| H A D | SymbolFileDWARF.cpp | 673 void SymbolFileDWARF::LoadSectionData(lldb::SectionType sect_type, in LoadSectionData() argument 680 SectionSP section_sp(section_list->FindSectionByType(sect_type, true)); in LoadSectionData()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1907 SectionType sect_type = GetSectionType(header); in CreateSections() local 1910 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections() 1921 sect_type, // Section type. in CreateSections()
|