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

/external/lldb/examples/python/
H A Dsymbolication.py235 for section_info in self.section_infos:
236 s += ", %s" % (section_info)
246 for section_info in self.section_infos:
247 if section_info.contains(load_addr):
248 return section_info
282 for section_info in self.section_infos:
283 if section_info.name:
284 section = self.module.FindSection (section_info.name)
286 error = target.SetSectionLoadAddress (section, section_info.start_addr)
292 return 'error: unable to find the section named "%s"' % section_info
[all...]
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1765 MachSymtabSectionInfo section_info (section_list);
2064 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2079 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2107 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2113 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2147 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2308 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2319 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2329 symbol_section = section_info.GetSection (nlist.n_sect, nlist.n_value);
2358 symbol_section = section_info
[all...]
/external/elfutils/0.153/src/
H A Dreadelf.c184 section_info = 8, /* .debug_info, .debug_types */ enumerator in enum:section_e
185 section_types = section_info,
195 | section_info | section_line | section_loc
387 implicit_debug_sections |= section_info;
392 print_debug_sections |= section_info;
396 implicit_debug_sections |= section_info;
5815 const bool silent = !(print_debug_sections & section_info);
/external/libnfc-nxp/src/
H A DphDnldNfc.c337 typedef struct section_info struct

Completed in 1814 milliseconds