Home
last modified time | relevance | path

Searched defs:sect_type (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/source/Core/
H A DSection.cpp160 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) Section() argument
176 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) Section() argument
592 FindSectionByType(SectionType sect_type,bool check_children,size_t start_idx) const FindSectionByType() argument
H A DAddress.cpp509 switch (sect_type) { in Dump() local
/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp517 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() local
[all...]
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1866 lldb::SectionType sect_type = GetSectionType(sect64.flags, section_name); ProcessSegmentCommand() local
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1940 SectionType sect_type = GetSectionType(header); CreateSections() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp673 LoadSectionData(lldb::SectionType sect_type,DWARFDataExtractor & data) LoadSectionData() argument