Searched defs:sect_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h352 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-13-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp524 SectionSP SectionList::FindSectionByType(SectionType sect_type, argument
154 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
175 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.cpp492 SectionType sect_type = section_sp->GetType(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp492 lldb::SectionType sect_type = lldb::eSectionTypeCode; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1818 SectionType sect_type = GetSectionType(header); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp589 void SymbolFileDWARF::LoadSectionData(lldb::SectionType sect_type, argument
/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.c241 ice_pkg_enum_section(struct ice_seg *ice_seg, struct ice_pkg_enum *state, u32 sect_type) argument
307 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
357 ice_boost_tcam_handler(u32 sect_type, void *section, u32 index, u32 *offset) argument
430 ice_label_enum_handler(u32 __ALWAYS_UNUSED sect_type, void *section, u32 index, u32 *offset) argument
1458 ice_sw_fv_handler(u32 sect_type, void *section, u32 index, u32 *offset) argument
[all...]
H A Dice_flex_type.h473 u32 sect_type; member in struct:ice_pkg_enum

Completed in 156 milliseconds