Home
last modified time | relevance | path

Searched refs:section_info (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/examples/python/
H A Dsymbolication.py290 for section_info in self.section_infos:
291 s += ", %s" % (section_info)
301 for section_info in self.section_infos:
302 if section_info.contains(load_addr):
303 return section_info
337 for section_info in self.section_infos:
338 if section_info.name:
340 section_info.name)
343 section, section_info.start_addr)
349 … return 'error: unable to find the section named "%s"' % section_info.name
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp192 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), section_length, in DecodeNextSection()
196 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), in DecodeNextSection()
299 for (const section_info &sect_info : m_sect_infos) { in CreateSections()
418 for (const section_info &sect_info : m_sect_infos) { in GetExternalDebugInfoFileSpec()
H A DObjectFileWasm.h130 typedef struct section_info { struct
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2612 MachSymtabSectionInfo section_info(section_list); in ParseSymtab() local
2879 symbol_section = section_info.GetSection( in ParseSymtab()
2894 symbol_section = section_info.GetSection( in ParseSymtab()
2927 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab()
2937 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab()
2971 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab()
3136 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab()
3147 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab()
3159 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab()
3799 section_info.GetSection(nlist.n_sect, nlist.n_value); in ParseSymtab()
[all …]