Searched refs:section_info (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | coff-ppc.c | 2069 finfo.section_info = NULL; 2167 finfo.section_info = (struct coff_link_section_info *) bfd_malloc (amt); 2169 if (finfo.section_info == NULL) 2174 finfo.section_info[i].relocs = NULL; 2175 finfo.section_info[i].rel_hashes = NULL; 2213 finfo.section_info[o->target_index].relocs = 2217 finfo.section_info[o->target_index].rel_hashes = 2219 if (finfo.section_info[o->target_index].relocs == NULL 2220 || finfo.section_info[o->target_index].rel_hashes == NULL) 2429 irel = finfo.section_info[o->target_index].relocs; [all …]
|
| H A D | cofflink.c | 654 finfo.section_info = NULL; in _bfd_coff_final_link() 771 finfo.section_info = bfd_malloc (amt); in _bfd_coff_final_link() 772 if (finfo.section_info == NULL) in _bfd_coff_final_link() 776 finfo.section_info[i].relocs = NULL; in _bfd_coff_final_link() 777 finfo.section_info[i].rel_hashes = NULL; in _bfd_coff_final_link() 814 finfo.section_info[o->target_index].relocs = bfd_malloc (amt); in _bfd_coff_final_link() 817 finfo.section_info[o->target_index].rel_hashes = bfd_malloc (amt); in _bfd_coff_final_link() 818 if (finfo.section_info[o->target_index].relocs == NULL in _bfd_coff_final_link() 819 || finfo.section_info[o->target_index].rel_hashes == NULL) in _bfd_coff_final_link() 1028 irel = finfo.section_info[o->target_index].relocs; in _bfd_coff_final_link() [all …]
|
| H A D | xcofflink.c | 89 struct xcoff_link_section_info *section_info; member 4290 (finfo->section_info[target_index].relocs in xcoff_link_input_bfd() 4308 rel_hash = (finfo->section_info[target_index].rel_hashes in xcoff_link_input_bfd() 4358 si = finfo->section_info + target_index; in xcoff_link_input_bfd() 4770 irel = finfo->section_info[oindx].relocs + osec->reloc_count; in xcoff_write_global_symbol() 4813 finfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL; in xcoff_write_global_symbol() 4915 irel = finfo->section_info[oindx].relocs + osec->reloc_count; in xcoff_write_global_symbol() 4922 finfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL; in xcoff_write_global_symbol() 4984 finfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL; in xcoff_write_global_symbol() 5246 irel = (finfo->section_info[output_section->target_index].relocs in xcoff_reloc_link_order() [all …]
|
| H A D | libcoff-in.h | 468 struct coff_link_section_info *section_info; member
|
| H A D | libcoff.h | 472 struct coff_link_section_info *section_info; member
|
| H A D | ChangeLog-9495 | 5282 section_info structures, since the target_index is 1 based.
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | symbolication.py | 289 for section_info in self.section_infos: 290 s += ", %s" % (section_info) 300 for section_info in self.section_infos: 301 if section_info.contains(load_addr): 302 return section_info 336 for section_info in self.section_infos: 337 if section_info.name: 339 section_info.name) 342 section, section_info.start_addr) 348 … return 'error: unable to find the section named "%s"' % section_info.name
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | coff-ppc.c | 2267 finfo.section_info = NULL; 2363 finfo.section_info = (struct coff_link_section_info *) bfd_malloc (amt); 2365 if (finfo.section_info == NULL) 2370 finfo.section_info[i].relocs = NULL; 2371 finfo.section_info[i].rel_hashes = NULL; 2409 finfo.section_info[o->target_index].relocs = 2413 finfo.section_info[o->target_index].rel_hashes = 2415 if (finfo.section_info[o->target_index].relocs == NULL 2416 || finfo.section_info[o->target_index].rel_hashes == NULL) 2625 irel = finfo.section_info[o->target_index].relocs; [all …]
|
| H A D | cofflink.c | 652 finfo.section_info = NULL; in _bfd_coff_final_link() 767 finfo.section_info = bfd_malloc (amt); in _bfd_coff_final_link() 768 if (finfo.section_info == NULL) in _bfd_coff_final_link() 772 finfo.section_info[i].relocs = NULL; in _bfd_coff_final_link() 773 finfo.section_info[i].rel_hashes = NULL; in _bfd_coff_final_link() 810 finfo.section_info[o->target_index].relocs = bfd_malloc (amt); in _bfd_coff_final_link() 813 finfo.section_info[o->target_index].rel_hashes = bfd_malloc (amt); in _bfd_coff_final_link() 814 if (finfo.section_info[o->target_index].relocs == NULL in _bfd_coff_final_link() 815 || finfo.section_info[o->target_index].rel_hashes == NULL) in _bfd_coff_final_link() 1024 irel = finfo.section_info[o->target_index].relocs; in _bfd_coff_final_link() [all …]
|
| H A D | xcofflink.c | 87 struct xcoff_link_section_info *section_info; member 3569 finfo.section_info = NULL; 3755 finfo.section_info = (struct xcoff_link_section_info *) bfd_malloc (amt); 3756 if (finfo.section_info == NULL) 3760 finfo.section_info[i].relocs = NULL; 3761 finfo.section_info[i].rel_hashes = NULL; 3762 finfo.section_info[i].toc_rel_hashes = NULL; 3803 finfo.section_info[o->target_index].relocs = 3808 finfo.section_info[o->target_index].rel_hashes = 3811 if (finfo.section_info[o->target_index].relocs == NULL [all …]
|
| H A D | libcoff-in.h | 466 struct coff_link_section_info *section_info; member
|
| H A D | libcoff.h | 470 struct coff_link_section_info *section_info; member
|
| H A D | ChangeLog-9495 | 5282 section_info structures, since the target_index is 1 based.
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 193 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), section_length, in DecodeNextSection() 197 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), in DecodeNextSection() 300 for (const section_info §_info : m_sect_infos) { in CreateSections() 419 for (const section_info §_info : m_sect_infos) { in GetExternalDebugInfoFileSpec()
|
| H A D | ObjectFileWasm.h | 131 typedef struct section_info { struct
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 2628 MachSymtabSectionInfo section_info(section_list); in ParseSymtab() local 2895 symbol_section = section_info.GetSection( in ParseSymtab() 2910 symbol_section = section_info.GetSection( in ParseSymtab() 2943 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab() 2953 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab() 2987 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab() 3152 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab() 3163 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab() 3175 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab() 3204 symbol_section = section_info.GetSection(nlist.n_sect, in ParseSymtab() [all …]
|