Searched refs:symbol_section (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| D | ObjectFileMachO.cpp | 2120 const SectionSP &symbol_section) { in GetSymbolType() argument 2123 const char *symbol_sect_name = symbol_section->GetName().AsCString(); in GetSymbolType() 2124 if (symbol_section->IsDescendant(text_section_sp.get())) { in GetSymbolType() 2125 if (symbol_section->IsClear(S_ATTR_PURE_INSTRUCTIONS | in GetSymbolType() 2131 } else if (symbol_section->IsDescendant(data_section_sp.get()) || in GetSymbolType() 2132 symbol_section->IsDescendant(data_dirty_section_sp.get()) || in GetSymbolType() 2133 symbol_section->IsDescendant(data_const_section_sp.get())) { in GetSymbolType() 2835 SectionSP symbol_section; in ParseSymtab() 2895 symbol_section = section_info.GetSection( in ParseSymtab() 2910 symbol_section = section_info.GetSection( in ParseSymtab() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf32-sh.c | 1837 bfd_vma addr, asection *symbol_section, in sh_elf_reloc_loop() argument 1856 last_symbol_section = symbol_section; in sh_elf_reloc_loop() 1863 if (! symbol_section || last_symbol_section != symbol_section || end < start) in sh_elf_reloc_loop() 1867 if (symbol_section != input_section) in sh_elf_reloc_loop() 1869 if (elf_section_data (symbol_section)->this_hdr.contents != NULL) in sh_elf_reloc_loop() 1870 contents = elf_section_data (symbol_section)->this_hdr.contents; in sh_elf_reloc_loop() 1873 contents = (bfd_byte *) bfd_malloc (symbol_section->_raw_size); in sh_elf_reloc_loop() 1876 if (! bfd_get_section_contents (input_bfd, symbol_section, contents, in sh_elf_reloc_loop() 1878 symbol_section->_raw_size)) in sh_elf_reloc_loop() 1916 && elf_section_data (symbol_section)->this_hdr.contents != contents) in sh_elf_reloc_loop() [all …]
|
| D | elf32-m32r.c | 851 symbol_section, symbol_value, addend) in m32r_elf_do_10_pcrel_reloc() argument 857 asection *symbol_section ATTRIBUTE_UNUSED;
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elf32-sh.c | 1774 bfd_vma addr, asection *symbol_section, in sh_elf_reloc_loop() argument 1793 last_symbol_section = symbol_section; in sh_elf_reloc_loop() 1800 if (! symbol_section || last_symbol_section != symbol_section || end < start) in sh_elf_reloc_loop() 1804 if (symbol_section != input_section) in sh_elf_reloc_loop() 1806 if (elf_section_data (symbol_section)->this_hdr.contents != NULL) in sh_elf_reloc_loop() 1807 contents = elf_section_data (symbol_section)->this_hdr.contents; in sh_elf_reloc_loop() 1810 if (!bfd_malloc_and_get_section (input_bfd, symbol_section, in sh_elf_reloc_loop() 1850 && elf_section_data (symbol_section)->this_hdr.contents != contents) in sh_elf_reloc_loop() 1856 if (input_section != symbol_section) in sh_elf_reloc_loop() 1857 x += ((symbol_section->output_section->vma + symbol_section->output_offset) in sh_elf_reloc_loop()
|
| D | elf32-m32r.c | 92 asection *symbol_section ATTRIBUTE_UNUSED, in m32r_elf_do_10_pcrel_reloc()
|