Searched defs:sect_type (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 160 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 D | Address.cpp | 509 switch (sect_type) { in Dump() local
|
/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 517 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() local [all...] |
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.cpp | 1866 lldb::SectionType sect_type = GetSectionType(sect64.flags, section_name); ProcessSegmentCommand() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1940 SectionType sect_type = GetSectionType(header); CreateSections() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 673 LoadSectionData(lldb::SectionType sect_type,DWARFDataExtractor & data) LoadSectionData() argument
|