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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h347 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/Core/
H A DSection.cpp592 SectionSP SectionList::FindSectionByType(SectionType sect_type, argument
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
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp516 lldb::SectionType sect_type = lldb::eSectionTypeCode; local
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_ddp_common.c927 ice_label_enum_handler(u32 __ALWAYS_UNUSED sect_type, void *section, u32 index, argument
1181 ice_sw_fv_handler(u32 sect_type, void *section, u32 index, u32 *offset) argument
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...]
H A Dice_ddp_common.h408 u32 sect_type; member in struct:ice_pkg_enum
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1907 SectionType sect_type = GetSectionType(header); local

Completed in 119 milliseconds