Searched refs:lazy (Results 1 - 25 of 45) sorted by relevance

12

/openbsd-current/regress/libexec/ld.so/
H A DMakefile3 SUBDIR+= elf hidden weak dlsym dlopen dlclose lazy
/openbsd-current/gnu/llvm/lld/COFF/
H A DInputFiles.h98 InputFile(COFFLinkerContext &c, Kind k, MemoryBufferRef m, bool lazy = false)
99 : mb(m), ctx(c), fileKind(k), lazy(lazy) {}
107 // True if this is a lazy ObjFile or BitcodeFile.
108 bool lazy = false; member in class:lld::coff::InputFile
131 explicit ObjFile(COFFLinkerContext &ctx, MemoryBufferRef m, bool lazy = false)
132 : InputFile(ctx, ObjectKind, m, lazy) {}
369 bool lazy);
H A DDriver.h98 void enqueuePath(StringRef path, bool wholeArchive, bool lazy);
184 bool lazy);
/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_nothrow_convertible.h18 #include <__type_traits/lazy.h>
/openbsd-current/gnu/llvm/lld/MachO/
H A DInputFiles.h133 // True if this is a lazy ObjFile or BitcodeFile.
134 bool lazy = false; member in class:lld::macho::InputFile
137 InputFile(Kind kind, MemoryBufferRef mb, bool lazy = false)
138 : mb(mb), id(idCount++), lazy(lazy), fileKind(kind),
160 bool lazy = false, bool forceHidden = false);
303 uint64_t offsetInArchive, bool lazy = false,
H A DLTO.cpp172 if (!f->lazy)
177 if (!f->lazy)
H A DInputFiles.cpp948 bool lazy, bool forceHidden)
949 : InputFile(ObjKind, mb, lazy), modTime(modTime), forceHidden(forceHidden) {
951 if (lazy) {
1057 if (!lazy)
2121 return make<ObjFile>(mb, modTime, archiveName, /*lazy=*/false, forceHidden);
2123 return make<BitcodeFile>(mb, archiveName, offsetInArchive, /*lazy=*/false,
2213 uint64_t offsetInArchive, bool lazy, bool forceHidden)
2214 : InputFile(BitcodeKind, mb, lazy), forceHidden(forceHidden) {
2234 if (lazy)
2254 if (!lazy)
947 ObjFile(MemoryBufferRef mb, uint32_t modTime, StringRef archiveName, bool lazy, bool forceHidden) argument
[all...]
H A DSymbolTable.cpp152 else if (auto *lazy = dyn_cast<LazyArchive>(s))
153 lazy->fetchArchiveMember();
/openbsd-current/gnu/llvm/lld/wasm/
H A DSymbolTable.cpp528 } else if (auto *lazy = dyn_cast<LazySymbol>(s)) {
530 lazy->setWeak();
531 lazy->signature = sig;
533 lazy->fetch();
580 } else if (auto *lazy = dyn_cast<LazySymbol>(s)) {
582 lazy->setWeak();
584 lazy->fetch();
608 else if (auto *lazy = dyn_cast<LazySymbol>(s))
609 lazy->fetch();
632 else if (auto *lazy
[all...]
/openbsd-current/gnu/usr.bin/perl/t/comp/
H A Dproto.t629 sub lazy (+$$) {
639 lazy(\@multiarray, 'ARRAY', $i++);
640 lazy(\%bighash, 'HASH', $i++);
641 lazy({}, 'HASH', $i++);
642 lazy(give_aref, 'ARRAY', $i++);
643 lazy(3, '', $i++); # allowed by prototype, even if runtime error
644 lazy(list_or_scalar, 'ARRAY', $i++); # propagate scalar context
/openbsd-current/libexec/ld.so/m88k/
H A Drtld_machine.c234 * otherwise the lazy binding plt operation is preserved.
237 _dl_md_reloc_got(elf_object_t *object, int lazy) argument
253 if (!lazy) {
281 if ((!lazy || object->obj_base != 0) && plt_start != 0 &&
313 _dl_die("lazy binding failed!");
/openbsd-current/gnu/llvm/lld/ELF/
H A DInputFiles.h126 bool lazy = false; member in class:lld::elf::InputFile
325 uint64_t offsetInArchive, bool lazy);
377 bool lazy = false);
H A DInputFiles.cpp278 if (file->lazy) {
1611 uint64_t offsetInArchive, bool lazy)
1614 this->lazy = lazy;
1760 bool lazy) {
1779 f->lazy = lazy;
1796 if (!lazy)
1610 BitcodeFile(MemoryBufferRef mb, StringRef archiveName, uint64_t offsetInArchive, bool lazy) argument
1759 createObjFile(MemoryBufferRef mb, StringRef archiveName, bool lazy) argument
/openbsd-current/libexec/ld.so/mips64/
H A Drtld_machine.c144 * do lazy evaluation here because the GNU linker doesn't
152 _dl_md_reloc_got(elf_object_t *object, int lazy) argument
170 * Set up pointers for run time (lazy) resolving.
197 if (symp->st_value == 0 || !lazy) {
257 _dl_die("lazy binding failed!");
/openbsd-current/libexec/ld.so/alpha/
H A Drtld_machine.c197 _dl_die("lazy binding failed!");
228 _dl_md_reloc_got(elf_object_t *object, int lazy) argument
238 if (!lazy || pltgot == NULL) {
/openbsd-current/libexec/ld.so/powerpc/
H A Drtld_machine.c267 * otherwise the lazy binding plt initialization is performed.
270 _dl_md_reloc_got(elf_object_t *object, int lazy) argument
277 if (!lazy) {
325 _dl_die("lazy binding failed!");
/openbsd-current/libexec/ld.so/arm/
H A Drtld_machine.c293 * otherwise the lazy binding plt initialization is performed.
296 _dl_md_reloc_got(elf_object_t *object, int lazy) argument
306 if (!lazy) {
347 _dl_die("lazy binding failed!");
/openbsd-current/libexec/ld.so/powerpc64/
H A Drtld_machine.c265 * otherwise the lazy binding plt initialization is performed.
268 _dl_md_reloc_got(elf_object_t *object, int lazy) argument
275 if (!lazy) {
321 _dl_die("lazy binding failed!");
/openbsd-current/libexec/ld.so/aarch64/
H A Drtld_machine.c228 * otherwise the lazy binding plt initialization is performed.
231 _dl_md_reloc_got(elf_object_t *object, int lazy) argument
241 if (!lazy) {
282 _dl_die("lazy binding failed!");
/openbsd-current/libexec/ld.so/i386/
H A Drtld_machine.c337 _dl_die("lazy binding failed!");
362 _dl_md_reloc_got(elf_object_t *object, int lazy) argument
376 if (!lazy) {
/openbsd-current/libexec/ld.so/amd64/
H A Drtld_machine.c332 _dl_die("lazy binding failed!");
356 _dl_md_reloc_got(elf_object_t *object, int lazy) argument
370 if (__predict_false(!lazy)) {
/openbsd-current/libexec/ld.so/riscv64/
H A Drtld_machine.c227 * otherwise the lazy binding plt initialization is performed.
230 _dl_md_reloc_got(elf_object_t *object, int lazy) argument
240 if (!lazy) {
281 _dl_die("lazy binding failed!");
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dvalue.h151 value can be watched by hardware watchpoints. If the lazy flag
157 lazy flag is set and reset, be sure to consider this use as
159 char lazy; member in struct:value
169 it uses the stuff above. Not valid if lazy is nonzero.
186 #define VALUE_LAZY(val) (val)->lazy
/openbsd-current/libexec/ld.so/hppa/
H A Drtld_machine.c302 _dl_md_reloc_got(elf_object_t *object, int lazy) argument
311 if (!lazy) {
430 _dl_die("lazy binding failed!");
/openbsd-current/libexec/ld.so/sh/
H A Drtld_machine.c549 * otherwise the lazy binding plt initialization is performed.
552 _dl_md_reloc_got(elf_object_t *object, int lazy) argument
562 if (!lazy) {
610 _dl_die("lazy binding failed!");

Completed in 348 milliseconds

12