| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 506 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() 509 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() 512 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName() 515 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName() 518 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName() 524 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() 526 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() 554 sect_type = lldb::eSectionTypeDWARFDebugLoc; in GetSectionTypeFromSectionName() 587 sect_type = lldb::eSectionTypeInvalid; in GetSectionTypeFromSectionName() 589 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Section.cpp | 156 SectionType sect_type, addr_t file_addr, addr_t byte_size, in Section() argument 161 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name), in Section() 178 SectionType sect_type, addr_t file_addr, addr_t byte_size, in Section() argument 183 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name), in Section() 524 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType() argument 530 if (m_sections[idx]->GetType() == sect_type) { in FindSectionByType() 535 sect_type, check_children, 0); in FindSectionByType()
|
| H A D | Address.cpp | 492 SectionType sect_type = section_sp->GetType(); in Dump() local 493 switch (sect_type) { in Dump()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Section.h | 65 lldb::SectionSP FindSectionByType(lldb::SectionType sect_type, 104 lldb::SectionType sect_type, lldb::addr_t file_vm_addr, 115 lldb::SectionType sect_type, lldb::addr_t file_vm_addr,
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 353 lldb::SectionType sect_type, size_t size, in AllocationRecord() 357 m_sect_type(sect_type), m_size(size), m_alignment(alignment), in AllocationRecord()
|
| /freebsd-13.1/sys/dev/ice/ |
| H A D | ice_flex_type.h | 475 u32 sect_type; member 478 void *(*handler)(u32 sect_type, void *section, u32 index, u32 *offset);
|
| H A D | ice_flex_pipe.c | 243 u32 sect_type) in ice_pkg_enum_section() argument 248 state->type = sect_type; in ice_pkg_enum_section() 272 state->sect_type = in ice_pkg_enum_section() 309 u32 sect_type, u32 *offset, in ice_pkg_enum_entry() argument 310 void *(*handler)(u32 sect_type, void *section, in ice_pkg_enum_entry() argument 319 if (!ice_pkg_enum_section(ice_seg, state, sect_type)) in ice_pkg_enum_entry() 332 entry = state->handler(state->sect_type, state->sect, state->entry_idx, in ice_pkg_enum_entry() 340 entry = state->handler(state->sect_type, state->sect, in ice_pkg_enum_entry() 365 if (sect_type != ICE_SID_RXPARSER_BOOST_TCAM) in ice_boost_tcam_handler() 1503 ice_sw_fv_handler(u32 sect_type, void *section, u32 index, u32 *offset) in ice_sw_fv_handler() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.h | 336 virtual void LoadSectionData(lldb::SectionType sect_type,
|
| H A D | SymbolFileDWARF.cpp | 603 void SymbolFileDWARF::LoadSectionData(lldb::SectionType sect_type, in LoadSectionData() argument 610 SectionSP section_sp(section_list->FindSectionByType(sect_type, true)); in LoadSectionData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1831 SectionType sect_type = GetSectionType(header); in CreateSections() local 1834 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections() 1845 sect_type, // Section type. in CreateSections()
|