Searched defs:sect_id (Results 1 – 1 of 1) sorted by relevance
/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 159 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 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) Section() argument 515 ReplaceSection(user_id_t sect_id,const lldb::SectionSP & sect_sp,uint32_t depth) ReplaceSection() argument [all...] |