Searched refs:dynamic (Results 26 - 50 of 128) sorted by relevance

123456

/freebsd-12-stable/contrib/gdb/gdb/
H A Dsomread.c89 int val, dynamic; local
117 /* We need to determine if objfile is a dynamic executable (so we
128 dynamic = (text_offset != 0);
159 /* For a dynamic executable, ST_ENTRY symbols are
162 if (dynamic)
/freebsd-12-stable/contrib/binutils/ld/
H A Dldfile.c155 a dynamic object. */
157 if (entry->search_dirs_flag || !entry->dynamic)
267 if (!entry->dynamic && (entry->the_bfd->flags & DYNAMIC) != 0)
269 einfo (_("%F%P: attempted static link of dynamic object `%s'\n"),
339 if (entry->dynamic && ! link_info.relocatable)
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h50 namespace dynamic { namespace in namespace:clang::ast_matchers
258 } // namespace dynamic
H A DVariantValue.h11 /// Supports all the types required for dynamic Matcher construction.
28 namespace dynamic { namespace in namespace:clang::ast_matchers
344 } // end namespace dynamic
/freebsd-12-stable/contrib/binutils/bfd/
H A Dsyms.c276 . {* Symbol is from dynamic linking information. *}
781 bfd_boolean dynamic,
789 if (dynamic)
802 if (dynamic)
826 bfd_boolean dynamic ATTRIBUTE_UNUSED,
780 _bfd_generic_read_minisymbols(bfd *abfd, bfd_boolean dynamic, void **minisymsp, unsigned int *sizep) argument
H A Delfcode.h1110 elf_slurp_symbol_table (bfd *abfd, asymbol **symptrs, bfd_boolean dynamic)
1135 if (! dynamic)
1293 if (dynamic)
1357 bfd_boolean dynamic)
1382 if (dynamic)
1401 and the address of a dynamic reloc is absolute.. */
1402 if ((abfd->flags & (EXEC_P | DYNAMIC)) == 0 || dynamic)
1452 bfd_boolean dynamic)
1465 if (! dynamic)
1485 dynamic symbo
1107 elf_slurp_symbol_table(bfd *abfd, asymbol **symptrs, bfd_boolean dynamic) argument
1348 elf_slurp_reloc_table_from_section(bfd *abfd, asection *asect, Elf_Internal_Shdr *rel_hdr, bfd_size_type reloc_count, arelent *relents, asymbol **symbols, bfd_boolean dynamic) argument
1446 elf_slurp_reloc_table(bfd *abfd, asection *asect, asymbol **symbols, bfd_boolean dynamic) argument
[all...]
H A Delf64-alpha.c153 /* Have we initialized the dynamic relocation for this entry? */
220 /* Should we do dynamic things to this symbol? This differs from the
731 /* A dynamic relocation to copy the target into our .dynbss section. */
749 /* A dynamic relocation for a .got entry. */
764 /* A dynamic relocation for a .plt entry. */
779 /* A dynamic relocation to add the base of the DSO to a 64-bit field. */
839 /* A dynamic relocation for a DTP module entry. */
870 /* A dynamic relocation for a displacement from DTP to the target. */
946 /* A dynamic relocation for a displacement from TP to the target. */
1257 /* Create all the dynamic section
2062 elf64_alpha_merge_symbol_attribute(struct elf_link_hash_entry *h, const Elf_Internal_Sym *isym, bfd_boolean definition, bfd_boolean dynamic) argument
2555 alpha_dynamic_entries_for_reloc(int r_type, int dynamic, int shared) argument
2589 bfd_boolean dynamic; local
2645 bfd_boolean dynamic; local
3359 bfd_boolean dynamic, use_gottprel, pos1_unusable; local
[all...]
/freebsd-12-stable/sys/conf/
H A DMakefile.arm65 ${_LDFLAGS} --no-warn-mismatch --warn-common --export-dynamic \
66 --dynamic-linker /red/herring \
/freebsd-12-stable/sys/sys/
H A Dpcpu.h65 * Array of dynamic pcpu base offsets. Indexed by id.
121 #define DPCPU_PTR(n) _DPCPU_PTR(PCPU_GET(dynamic), n)
/freebsd-12-stable/stand/efi/boot1/
H A DMakefile97 -j .dynamic -j .dynsym -j .rel.dyn \
/freebsd-12-stable/stand/efi/loader/
H A DMakefile113 -j .dynamic -j .dynsym -j .rel.dyn \
/freebsd-12-stable/contrib/apr/
H A DMakefile.win141 $(MAKE) $(MAKEOPT) -f Makefile.win MODEL=dynamic \
/freebsd-12-stable/sys/contrib/zstd/lib/
H A DMakefile79 @echo compiling dynamic library $(LIBVER)
109 @echo compiling single-thread dynamic library $(LIBVER)
/freebsd-12-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c347 /* Fetch the dynamic regwin count and verify that it does not exceed
352 device_printf(r->dev, "max dynamic regwin count exceeded\n");
356 /* Allocate the dynamic window allocation table. */
362 /* Allocate the dynamic window allocation freelist */
367 /* Initialize the dynamic window table */
381 device_printf(r->dev, "ignoring zero-length dynamic "
390 * If you run into this in the future, the dynamic
396 "dynamic register window sizes are not currently "
421 * dynamic windows */
584 /* Skip free dynamic window
1008 struct bhndb_dw_alloc *dynamic; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp137 write64le(buf, mainPart->dynamic->getVA());
139 write32le(buf, mainPart->dynamic->getVA());
/freebsd-12-stable/contrib/apr-util/test/
H A DMakefile.win11 # dynamic or static - refers to which set of bindings are desired
24 MODEL=dynamic
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h219 // of GOT on MIPS platform. It is required to fill up MIPS-specific dynamic
251 // symbols so dynamic linker is not necessary to resolve the symbol's
260 // symbols. They need to be initialized by dynamic linker and they ordered
261 // exactly as the corresponding entries in the dynamic symbols table.
263 // These entries created for symbols that are referenced by dynamic
302 // to use an approach accepted by other architectures and create dynamic
304 // of PIC code) in secondary GOTs. But ironically MIPS dynamic linker
305 // requires GOT entries and correspondingly ordered dynamic symbol table
306 // entries to deal with dynamic relocations. To handle this problem
312 // the 64K limit are used only by the dynamic linke
412 const bool dynamic; member in class:lld::elf::final
1171 SyntheticSection *dynamic; member in struct:lld::elf::Partition
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp13 namespace dynamic { namespace in namespace:clang::ast_matchers
219 } // namespace dynamic
/freebsd-12-stable/contrib/binutils/include/
H A Dbfdlink.h251 /* TRUE if BFD should export all symbols in the dynamic symbol table
294 /* TRUE if the new ELF dynamic tags are enabled. */
345 /* TRUE if all data symbols should be dynamic. */
348 /* TRUE if some symbols have to be dynamic, controlled by member in struct:bfd_link_info
349 --dynamic-list command line options. */
350 unsigned int dynamic: 1;
445 /* How many spare .dynamic DT_NULL entries should be added? */
457 /* List of symbols should be dynamic. */
/freebsd-12-stable/contrib/apr-util/
H A DMakefile.win56 # static, or libexpat (default) to choose the dynamic library for aprutil-1.dll
320 $(MAKE) $(MAKEOPT) -f Makefile.win MODEL=dynamic \
331 $(MAKE) $(MAKEOPT) -f Makefile.win MODEL=dynamic \
/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_parser.h114 u_int8_t dynamic; /* antispoof */ member in struct:node_if
/freebsd-12-stable/usr.sbin/bsnmpd/bsnmpd/
H A DMakefile132 LDFLAGS= -Wl,-export-dynamic
/freebsd-12-stable/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh199 if [ "${style}" = "dynamic" ] ; then
416 style=dynamic
/freebsd-12-stable/sys/kern/
H A Dlink_elf.c88 Elf_Dyn *dynamic; /* Symbol table etc. */ member in struct:elf_file
384 ef->gdb.l_ld = ef->dynamic;
431 ef->dynamic = dp;
538 for (dp = ef->dynamic; dp->d_tag != DT_NULL; dp++) {
781 ef->dynamic = (Elf_Dyn *)dp;
1069 ef->dynamic = (Elf_Dyn *) (mapbase + phdyn->p_vaddr - base_vaddr);
1805 ef->dynamic = (Elf_Dyn *)&_DYNAMIC;
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dlog.c53 * XXXDCL make dynamic?
114 * into a program, or the debug_level which is dynamic state information.
125 isc_boolean_t dynamic; member in struct:isc_logconfig
349 lcfg->dynamic = ISC_FALSE;
555 lcfg->dynamic = ISC_FALSE;
1096 lcfg->dynamic = ISC_TRUE;
1385 * highest_level, or if there is a dynamic channel and the level is
1400 (lctx->logconfig->dynamic &&

Completed in 415 milliseconds

123456