Home
last modified time | relevance | path

Searched refs:stub_file (Results 1 – 25 of 100) sorted by relevance

1234

/dports/databases/xapian-core/xapian-core-1.4.18/backends/
H A Ddbfactory.cc232 string stub_file = path; in Database() local
233 stub_file += "/XAPIANDB"; in Database()
234 if (usual(file_exists(stub_file))) { in Database()
235 open_stub(*this, stub_file); in Database()
329 string stub_file = path; in WritableDatabase() local
330 stub_file += "/XAPIANDB"; in WritableDatabase()
331 if (usual(file_exists(stub_file))) { in WritableDatabase()
332 open_stub(*this, stub_file, flags); in WritableDatabase()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/emultempl/
H A Dnios2elf.em32 static lang_input_statement_type *stub_file;
58 stub_file = lang_add_input_file ("linker stubs",
62 if (stub_file->the_bfd == NULL
63 || ! bfd_set_arch_mach (stub_file->the_bfd,
71 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
72 ldlang_add_file (stub_file);
178 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
256 if (stub_file != NULL
273 stub_file->the_bfd,
290 if (stub_file != NULL && stub_file->the_bfd->sections != NULL)
[all …]
H A Dmetagelf.em32 static lang_input_statement_type *stub_file;
53 stub_file = lang_add_input_file ("linker stubs",
57 if (stub_file->the_bfd == NULL
58 || ! bfd_set_arch_mach (stub_file->the_bfd,
66 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
67 ldlang_add_file (stub_file);
162 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
239 if (stub_file != NULL && !bfd_link_relocatable (&link_info))
254 stub_file->the_bfd,
272 if (stub_file != NULL && stub_file->the_bfd->sections != NULL)
[all …]
H A Dhppaelf.em32 static lang_input_statement_type *stub_file;
76 stub_file = lang_add_input_file ("linker stubs",
80 if (stub_file->the_bfd == NULL
81 || ! bfd_set_arch_mach (stub_file->the_bfd,
89 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
90 ldlang_add_file (stub_file);
91 elf32_hppa_init_stub_bfd (stub_file->the_bfd, &link_info);
263 if (stub_file != NULL && !bfd_link_relocatable (&link_info))
278 stub_file->the_bfd,
304 if (stub_file != NULL && stub_file->the_bfd->sections != NULL)
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/emultempl/
H A Dnios2elf.em32 static lang_input_statement_type *stub_file;
58 stub_file = lang_add_input_file ("linker stubs",
62 if (stub_file->the_bfd == NULL
63 || ! bfd_set_arch_mach (stub_file->the_bfd,
71 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
72 ldlang_add_file (stub_file);
178 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
256 if (stub_file != NULL
273 stub_file->the_bfd,
290 if (stub_file != NULL && stub_file->the_bfd->sections != NULL)
[all …]
H A Dmetagelf.em32 static lang_input_statement_type *stub_file;
53 stub_file = lang_add_input_file ("linker stubs",
57 if (stub_file->the_bfd == NULL
58 || ! bfd_set_arch_mach (stub_file->the_bfd,
66 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
67 ldlang_add_file (stub_file);
162 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
239 if (stub_file != NULL && !bfd_link_relocatable (&link_info))
254 stub_file->the_bfd,
272 if (stub_file != NULL && stub_file->the_bfd->sections != NULL)
[all …]
H A Dhppaelf.em32 static lang_input_statement_type *stub_file;
76 stub_file = lang_add_input_file ("linker stubs",
80 if (stub_file->the_bfd == NULL
81 || ! bfd_set_arch_mach (stub_file->the_bfd,
89 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
90 ldlang_add_file (stub_file);
91 elf32_hppa_init_stub_bfd (stub_file->the_bfd, &link_info);
263 if (stub_file != NULL && !bfd_link_relocatable (&link_info))
278 stub_file->the_bfd,
304 if (stub_file != NULL && stub_file->the_bfd->sections != NULL)
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/ld/emultempl/
H A Dhppaelf.em32 static lang_input_statement_type *stub_file;
78 stub_file = lang_add_input_file ("linker stubs",
82 if (stub_file->the_bfd == NULL
83 || ! bfd_set_arch_mach (stub_file->the_bfd,
91 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
92 ldlang_add_file (stub_file);
201 lang_add_section (&info.add, stub_sec, os, stub_file);
270 if (stub_file != NULL && !link_info.relocatable)
286 stub_file->the_bfd,
312 if (stub_file != NULL && stub_file->the_bfd->sections != NULL)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/backend/
H A Dmake.py61 stub_file = mozpath.join(
100 ret.append("%s += %s" % (dep, stub_file))
102 ret.append("%s: %s" % (tier, stub_file))
104 ret.append("%s: %s ;" % (output, stub_file))
116 stub=stub_file,
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/backend/
H A Dmake.py61 stub_file = mozpath.join(
100 ret.append("%s += %s" % (dep, stub_file))
102 ret.append("%s: %s" % (tier, stub_file))
104 ret.append("%s: %s ;" % (output, stub_file))
116 stub=stub_file,
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/backend/
H A Dmake.py61 stub_file = mozpath.join(
100 ret.append("%s += %s" % (dep, stub_file))
102 ret.append("%s: %s" % (tier, stub_file))
104 ret.append("%s: %s ;" % (output, stub_file))
116 stub=stub_file,
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/backend/
H A Dmake.py56 stub_file = mozpath.join(mozpath.dirname(first_output), "$(MDDEPDIR)",
84 tier, ':' if tier != 'default' else '', stub_file))
86 ret.append('%s: %s ;' % (output, stub_file))
88 ret.append('GARBAGE += %s' % stub_file)
98 stub=stub_file,
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/ld/emultempl/
H A Dhppaelf.em32 static lang_input_statement_type *stub_file;
76 stub_file = lang_add_input_file ("linker stubs",
79 stub_file->the_bfd = bfd_create ("linker stubs", output_bfd);
80 if (stub_file->the_bfd == NULL
81 || ! bfd_set_arch_mach (stub_file->the_bfd,
89 ldlang_add_file (stub_file);
198 lang_add_section (&info.add, stub_sec, os, stub_file);
266 if (stub_file != NULL && !link_info.relocatable)
282 stub_file->the_bfd,
308 if (stub_file != NULL && stub_file->the_bfd->sections != NULL)
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/ld/emultempl/
H A Dhppaelf.em32 static lang_input_statement_type *stub_file;
76 stub_file = lang_add_input_file ("linker stubs",
79 stub_file->the_bfd = bfd_create ("linker stubs", output_bfd);
80 if (stub_file->the_bfd == NULL
81 || ! bfd_set_arch_mach (stub_file->the_bfd,
89 ldlang_add_file (stub_file);
198 lang_add_section (&info.add, stub_sec, os, stub_file);
266 if (stub_file != NULL && !link_info.relocatable)
282 stub_file->the_bfd,
308 if (stub_file != NULL && stub_file->the_bfd->sections != NULL)
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/ld/emultempl/
H A Dhppaelf.em32 static lang_input_statement_type *stub_file;
78 stub_file = lang_add_input_file ("linker stubs",
81 stub_file->the_bfd = bfd_create ("linker stubs", output_bfd);
82 if (stub_file->the_bfd == NULL
83 || ! bfd_set_arch_mach (stub_file->the_bfd,
91 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
92 ldlang_add_file (stub_file);
262 if (stub_file != NULL && !link_info.relocatable)
278 stub_file->the_bfd,
304 if (stub_file != NULL && stub_file->the_bfd->sections != NULL)
[all …]
/dports/devel/binutils/binutils-2.37/ld/emultempl/
H A Dcskyelf.em34 static lang_input_statement_type *stub_file;
142 /* If don't use branch stub, just do not emit stub_file. */
146 stub_file = lang_add_input_file ("linker stubs",
149 if (stub_file->the_bfd == NULL
150 || !bfd_set_arch_mach (stub_file->the_bfd,
158 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
159 ldlang_add_file (stub_file);
244 if (stub_file != NULL && !bfd_link_relocatable (&link_info))
260 stub_file->the_bfd,
279 if (stub_file != NULL
[all …]
H A Dnios2elf.em32 static lang_input_statement_type *stub_file;
58 stub_file = lang_add_input_file ("linker stubs",
61 stub_file->the_bfd = bfd_create ("linker stubs", link_info.output_bfd);
62 if (stub_file->the_bfd == NULL
63 || ! bfd_set_arch_mach (stub_file->the_bfd,
71 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
72 ldlang_add_file (stub_file);
178 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
256 if (stub_file != NULL
273 stub_file->the_bfd,
[all …]
H A Dmetagelf.em32 static lang_input_statement_type *stub_file;
53 stub_file = lang_add_input_file ("linker stubs",
56 stub_file->the_bfd = bfd_create ("linker stubs", link_info.output_bfd);
57 if (stub_file->the_bfd == NULL
58 || ! bfd_set_arch_mach (stub_file->the_bfd,
66 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
67 ldlang_add_file (stub_file);
162 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
239 if (stub_file != NULL && !bfd_link_relocatable (&link_info))
254 stub_file->the_bfd,
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/ld/emultempl/
H A Dcskyelf.em34 static lang_input_statement_type *stub_file;
142 /* If don't use branch stub, just do not emit stub_file. */
146 stub_file = lang_add_input_file ("linker stubs",
149 if (stub_file->the_bfd == NULL
150 || !bfd_set_arch_mach (stub_file->the_bfd,
158 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
159 ldlang_add_file (stub_file);
244 if (stub_file != NULL && !bfd_link_relocatable (&link_info))
260 stub_file->the_bfd,
279 if (stub_file != NULL
[all …]
H A Dnios2elf.em32 static lang_input_statement_type *stub_file;
58 stub_file = lang_add_input_file ("linker stubs",
61 stub_file->the_bfd = bfd_create ("linker stubs", link_info.output_bfd);
62 if (stub_file->the_bfd == NULL
63 || ! bfd_set_arch_mach (stub_file->the_bfd,
71 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
72 ldlang_add_file (stub_file);
178 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
256 if (stub_file != NULL
273 stub_file->the_bfd,
[all …]
H A Dmetagelf.em32 static lang_input_statement_type *stub_file;
53 stub_file = lang_add_input_file ("linker stubs",
56 stub_file->the_bfd = bfd_create ("linker stubs", link_info.output_bfd);
57 if (stub_file->the_bfd == NULL
58 || ! bfd_set_arch_mach (stub_file->the_bfd,
66 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
67 ldlang_add_file (stub_file);
162 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
239 if (stub_file != NULL && !bfd_link_relocatable (&link_info))
254 stub_file->the_bfd,
[all …]
H A Dhppaelf.em32 static lang_input_statement_type *stub_file;
76 stub_file = lang_add_input_file ("linker stubs",
80 if (stub_file->the_bfd == NULL
81 || ! bfd_set_arch_mach (stub_file->the_bfd,
89 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
90 ldlang_add_file (stub_file);
91 elf32_hppa_init_stub_bfd (stub_file->the_bfd, &link_info);
186 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
263 if (stub_file != NULL && !bfd_link_relocatable (&link_info))
278 stub_file->the_bfd,
[all …]
/dports/devel/gnulibiberty/binutils-2.37/ld/emultempl/
H A Dcskyelf.em34 static lang_input_statement_type *stub_file;
142 /* If don't use branch stub, just do not emit stub_file. */
146 stub_file = lang_add_input_file ("linker stubs",
149 if (stub_file->the_bfd == NULL
150 || !bfd_set_arch_mach (stub_file->the_bfd,
158 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
159 ldlang_add_file (stub_file);
244 if (stub_file != NULL && !bfd_link_relocatable (&link_info))
260 stub_file->the_bfd,
279 if (stub_file != NULL
[all …]
H A Dnios2elf.em32 static lang_input_statement_type *stub_file;
58 stub_file = lang_add_input_file ("linker stubs",
61 stub_file->the_bfd = bfd_create ("linker stubs", link_info.output_bfd);
62 if (stub_file->the_bfd == NULL
63 || ! bfd_set_arch_mach (stub_file->the_bfd,
71 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
72 ldlang_add_file (stub_file);
178 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
256 if (stub_file != NULL
273 stub_file->the_bfd,
[all …]
H A Dmetagelf.em32 static lang_input_statement_type *stub_file;
53 stub_file = lang_add_input_file ("linker stubs",
56 stub_file->the_bfd = bfd_create ("linker stubs", link_info.output_bfd);
57 if (stub_file->the_bfd == NULL
58 || ! bfd_set_arch_mach (stub_file->the_bfd,
66 stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
67 ldlang_add_file (stub_file);
162 stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
239 if (stub_file != NULL && !bfd_link_relocatable (&link_info))
254 stub_file->the_bfd,
[all …]

1234