| /src/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 517 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 …]
|
| /src/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 | 932 ice_label_enum_handler(u32 __ALWAYS_UNUSED sect_type, void *section, u32 index, in ice_label_enum_handler() argument 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() [all …]
|
| /src/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()
|
| /src/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,
|
| /src/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()
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.h | 377 virtual void LoadSectionData(lldb::SectionType sect_type,
|
| H A D | SymbolFileDWARF.cpp | 680 void SymbolFileDWARF::LoadSectionData(lldb::SectionType sect_type, in LoadSectionData() argument 687 SectionSP section_sp(section_list->FindSectionByType(sect_type, true)); in LoadSectionData()
|
| /src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1957 SectionType sect_type = GetSectionType(header); in CreateSections() local 1960 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections() 1971 sect_type, // Section type. in CreateSections()
|