/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/ |
H A D | elfFile.cpp | 247 int sect_index = section_by_name(".opd", shdr); in load_tables() local 249 if (sect_index == -1) { in load_tables() 253 _funcDesc_table = new (std::nothrow) ElfFuncDescTable(_file, shdr, sect_index); in load_tables() 275 int sect_index = -1; in section_by_name() local 282 sect_index = index; in section_by_name() 287 return sect_index; in section_by_name()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/ |
H A D | elfFile.cpp | 247 int sect_index = section_by_name(".opd", shdr); in load_tables() local 249 if (sect_index == -1) { in load_tables() 253 _funcDesc_table = new (std::nothrow) ElfFuncDescTable(_file, shdr, sect_index); in load_tables() 275 int sect_index = -1; in section_by_name() local 282 sect_index = index; in section_by_name() 287 return sect_index; in section_by_name()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/ |
H A D | elfFile.cpp | 247 int sect_index = section_by_name(".opd", shdr); in load_tables() local 249 if (sect_index == -1) { in load_tables() 253 _funcDesc_table = new (std::nothrow) ElfFuncDescTable(_file, shdr, sect_index); in load_tables() 275 int sect_index = -1; in section_by_name() local 282 sect_index = index; in section_by_name() 287 return sect_index; in section_by_name()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/ |
H A D | elfFile.cpp | 247 int sect_index = section_by_name(".opd", shdr); in load_tables() local 249 if (sect_index == -1) { in load_tables() 253 _funcDesc_table = new (std::nothrow) ElfFuncDescTable(_file, shdr, sect_index); in load_tables() 275 int sect_index = -1; in section_by_name() local 282 sect_index = index; in section_by_name() 287 return sect_index; in section_by_name()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/ |
H A D | elfFile.cpp | 247 int sect_index = section_by_name(".opd", shdr); in load_tables() local 249 if (sect_index == -1) { in load_tables() 253 _funcDesc_table = new (std::nothrow) ElfFuncDescTable(_file, shdr, sect_index); in load_tables() 275 int sect_index = -1; in section_by_name() local 282 sect_index = index; in section_by_name() 287 return sect_index; in section_by_name()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/ |
H A D | elfFile.cpp | 247 int sect_index = section_by_name(".opd", shdr); in load_tables() local 249 if (sect_index == -1) { in load_tables() 253 _funcDesc_table = new (std::nothrow) ElfFuncDescTable(_file, shdr, sect_index); in load_tables() 275 int sect_index = -1; in section_by_name() local 282 sect_index = index; in section_by_name() 287 return sect_index; in section_by_name()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/ |
H A D | elfFile.cpp | 247 int sect_index = section_by_name(".opd", shdr); in load_tables() local 249 if (sect_index == -1) { in load_tables() 253 _funcDesc_table = new (std::nothrow) ElfFuncDescTable(_file, shdr, sect_index); in load_tables() 275 int sect_index = -1; in section_by_name() local 282 sect_index = index; in section_by_name() 287 return sect_index; in section_by_name()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/ |
H A D | elfFile.cpp | 247 int sect_index = section_by_name(".opd", shdr); in load_tables() local 249 if (sect_index == -1) { in load_tables() 253 _funcDesc_table = new (std::nothrow) ElfFuncDescTable(_file, shdr, sect_index); in load_tables() 275 int sect_index = -1; in section_by_name() local 282 sect_index = index; in section_by_name() 287 return sect_index; in section_by_name()
|
/dports/devel/binutils/binutils-2.37/gas/config/ |
H A D | obj-macho.c | 658 obj_mach_o_known_section (int sect_index) in obj_mach_o_known_section() argument 666 section = obj_mach_o_segT_from_bfd_name (known_sections[sect_index], 1); in obj_mach_o_known_section() 706 obj_mach_o_objc_section (int sect_index) in obj_mach_o_objc_section() argument 714 section = obj_mach_o_segT_from_bfd_name (objc_sections[sect_index], 1); in obj_mach_o_objc_section() 751 obj_mach_o_debug_section (int sect_index) in obj_mach_o_debug_section() argument 759 section = obj_mach_o_segT_from_bfd_name (debug_sections[sect_index], 1); in obj_mach_o_debug_section() 798 obj_mach_o_opt_tgt_section (int sect_index) in obj_mach_o_opt_tgt_section() argument 800 const struct opt_tgt_sect *tgtsct = &tgt_sections[sect_index]; in obj_mach_o_opt_tgt_section() 833 obj_mach_o_base_section (int sect_index) in obj_mach_o_base_section() argument 845 switch (sect_index) in obj_mach_o_base_section()
|
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/ |
H A D | obj-macho.c | 656 obj_mach_o_known_section (int sect_index) in obj_mach_o_known_section() argument 664 section = obj_mach_o_segT_from_bfd_name (known_sections[sect_index], 1); in obj_mach_o_known_section() 704 obj_mach_o_objc_section (int sect_index) in obj_mach_o_objc_section() argument 712 section = obj_mach_o_segT_from_bfd_name (objc_sections[sect_index], 1); in obj_mach_o_objc_section() 749 obj_mach_o_debug_section (int sect_index) in obj_mach_o_debug_section() argument 757 section = obj_mach_o_segT_from_bfd_name (debug_sections[sect_index], 1); in obj_mach_o_debug_section() 796 obj_mach_o_opt_tgt_section (int sect_index) in obj_mach_o_opt_tgt_section() argument 798 const struct opt_tgt_sect *tgtsct = &tgt_sections[sect_index]; in obj_mach_o_opt_tgt_section() 831 obj_mach_o_base_section (int sect_index) in obj_mach_o_base_section() argument 843 switch (sect_index) in obj_mach_o_base_section()
|
/dports/devel/gnulibiberty/binutils-2.37/gas/config/ |
H A D | obj-macho.c | 658 obj_mach_o_known_section (int sect_index) in obj_mach_o_known_section() argument 666 section = obj_mach_o_segT_from_bfd_name (known_sections[sect_index], 1); in obj_mach_o_known_section() 706 obj_mach_o_objc_section (int sect_index) in obj_mach_o_objc_section() argument 714 section = obj_mach_o_segT_from_bfd_name (objc_sections[sect_index], 1); in obj_mach_o_objc_section() 751 obj_mach_o_debug_section (int sect_index) in obj_mach_o_debug_section() argument 759 section = obj_mach_o_segT_from_bfd_name (debug_sections[sect_index], 1); in obj_mach_o_debug_section() 798 obj_mach_o_opt_tgt_section (int sect_index) in obj_mach_o_opt_tgt_section() argument 800 const struct opt_tgt_sect *tgtsct = &tgt_sections[sect_index]; in obj_mach_o_opt_tgt_section() 833 obj_mach_o_base_section (int sect_index) in obj_mach_o_base_section() argument 845 switch (sect_index) in obj_mach_o_base_section()
|
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/ |
H A D | obj-macho.c | 658 obj_mach_o_known_section (int sect_index) in obj_mach_o_known_section() argument 666 section = obj_mach_o_segT_from_bfd_name (known_sections[sect_index], 1); in obj_mach_o_known_section() 706 obj_mach_o_objc_section (int sect_index) in obj_mach_o_objc_section() argument 714 section = obj_mach_o_segT_from_bfd_name (objc_sections[sect_index], 1); in obj_mach_o_objc_section() 751 obj_mach_o_debug_section (int sect_index) in obj_mach_o_debug_section() argument 759 section = obj_mach_o_segT_from_bfd_name (debug_sections[sect_index], 1); in obj_mach_o_debug_section() 798 obj_mach_o_opt_tgt_section (int sect_index) in obj_mach_o_opt_tgt_section() argument 800 const struct opt_tgt_sect *tgtsct = &tgt_sections[sect_index]; in obj_mach_o_opt_tgt_section() 833 obj_mach_o_base_section (int sect_index) in obj_mach_o_base_section() argument 845 switch (sect_index) in obj_mach_o_base_section()
|
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/ |
H A D | obj-macho.c | 656 obj_mach_o_known_section (int sect_index) in obj_mach_o_known_section() argument 664 section = obj_mach_o_segT_from_bfd_name (known_sections[sect_index], 1); in obj_mach_o_known_section() 704 obj_mach_o_objc_section (int sect_index) in obj_mach_o_objc_section() argument 712 section = obj_mach_o_segT_from_bfd_name (objc_sections[sect_index], 1); in obj_mach_o_objc_section() 749 obj_mach_o_debug_section (int sect_index) in obj_mach_o_debug_section() argument 757 section = obj_mach_o_segT_from_bfd_name (debug_sections[sect_index], 1); in obj_mach_o_debug_section() 796 obj_mach_o_opt_tgt_section (int sect_index) in obj_mach_o_opt_tgt_section() argument 798 const struct opt_tgt_sect *tgtsct = &tgt_sections[sect_index]; in obj_mach_o_opt_tgt_section() 831 obj_mach_o_base_section (int sect_index) in obj_mach_o_base_section() argument 843 switch (sect_index) in obj_mach_o_base_section()
|
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/mobi/debug/ |
H A D | mobi8.py | 119 self.sect_index = SECTIndex(self.header.sect_idx, self.mf.records, 130 sects = [x for x in self.sect_index.records if x.file_number == skel.file_number] 327 fo.write(str(f.sect_index).encode('utf-8'))
|
/dports/devel/avr-gdb/gdb-7.3.1/gdb/ |
H A D | machoread.c | 830 int sect_index = osect->the_bfd_section->index; in macho_symfile_offsets() local 836 objfile->sect_index_text = sect_index; in macho_symfile_offsets()
|
/dports/devel/gdb/gdb-11.1/gdb/ |
H A D | machoread.c | 940 int sect_index = osect - objfile->sections;; in macho_symfile_offsets() local 946 objfile->sect_index_text = sect_index; in macho_symfile_offsets()
|
/dports/devel/gdb761/gdb-7.6.1/gdb/ |
H A D | machoread.c | 1014 int sect_index = osect->the_bfd_section->index; in macho_symfile_offsets() local 1020 objfile->sect_index_text = sect_index; in macho_symfile_offsets()
|