Searched refs:dynamic (Results 1 - 25 of 124) sorted by relevance

12345

/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_vdso.lds.s25 .dynamic : { *(.dynamic) } :text :dynamic
48 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_vdso.lds.s26 .dynamic : { *(.dynamic) } :text :dynamic
49 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_vdso.lds.s26 .dynamic : { *(.dynamic) } :text :dynamic
49 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/freebsd-11-stable/stand/common/
H A Dself_reloc.c60 void self_reloc(Elf_Addr baseaddr, ElfW_Dyn *dynamic);
66 self_reloc(Elf_Addr baseaddr, ElfW_Dyn *dynamic) argument
78 for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) {
/freebsd-11-stable/lib/libc/tests/tls/
H A DMakefile31 LDFLAGS.tls_dlopen_test+= -Wl,-rpath,${TESTSDIR} -Wl,-export-dynamic
/freebsd-11-stable/contrib/libucl/lua/
H A DMakefile.am9 ucl_la_LDFLAGS = -module -export-dynamic -avoid-version
/freebsd-11-stable/usr.bin/ldd/
H A Dldd.c299 int df1pie, dynamic, i, n; local
318 warnx("%s: not a dynamic executable", fname);
331 dynamic = 0;
345 dynamic = 1;
351 if (!dynamic) {
352 warnx("%s: not a dynamic ELF executable", fname);
358 warnx("%s: dynamic segment out of range",
370 warnx("%s: can't read dynamic segment", fname);
399 dynamic = 0;
413 dynamic
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dnm.c150 static int dynamic = 0; /* Print dynamic symbols. */ variable
182 {"dynamic", no_argument, &dynamic, 1},
225 -D, --dynamic Display dynamic symbols instead of normal symbols\n\
388 filter_symbols (bfd *abfd, bfd_boolean dynamic, void *minisyms,
409 sym = bfd_minisymbol_to_symbol (abfd, dynamic, (const void *) from, store);
650 sort_symbols_by_size (bfd *abfd, bfd_boolean dynamic, void *minisyms,
677 sym = bfd_minisymbol_to_symbol (abfd, dynamic, (cons
384 filter_symbols(bfd *abfd, bfd_boolean dynamic, void *minisyms, long symcount, unsigned int size) argument
645 sort_symbols_by_size(bfd *abfd, bfd_boolean dynamic, void *minisyms, long symcount, unsigned int size, struct size_sym **symsizesp) argument
909 print_size_symbols(bfd *abfd, bfd_boolean dynamic, struct size_sym *symsizes, long symcount, bfd *archive_bfd) argument
946 print_symbols(bfd *abfd, bfd_boolean dynamic, void *minisyms, long symcount, unsigned int size, bfd *archive_bfd) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h43 lldb::DynamicValueType dynamic = lldb::eDynamicCanRunTarget);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h30 namespace dynamic { namespace in namespace:clang::ast_matchers
131 } // namespace dynamic
H A DDiagnostics.h28 namespace dynamic { namespace in namespace:clang::ast_matchers
180 } // namespace dynamic
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i54 %feature("docstring", "Sets whether to cast the expression result to its dynamic type.") SetFetchDynamicValue;
57 SetFetchDynamicValue (lldb::DynamicValueType dynamic = lldb::eDynamicCanRunTarget);
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Delf_rtld.x79 .dynamic : { *(.dynamic) }
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Delf_rtld.x79 .dynamic : { *(.dynamic) }
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dtrace.c101 bfd_boolean dynamic = FALSE; local
114 dynamic = TRUE;
127 if (dynamic)
133 dynamic ? "dynamic " : "");
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.h92 * 'dynamic' != 0 if entry was requested by clock/peer
102 uint8_t dynamic; member in struct:leap_result
233 * dynamic. The leap signature is NOT updated.
262 * qr->dynamic;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp93 void SBExpressionOptions::SetFetchDynamicValue(lldb::DynamicValueType dynamic) { argument
95 (lldb::DynamicValueType), dynamic);
97 m_opaque_up->SetUseDynamic(dynamic);
H A DSBVariablesOptions.cpp208 void SBVariablesOptions::SetUseDynamic(lldb::DynamicValueType dynamic) { argument
210 (lldb::DynamicValueType), dynamic);
212 m_opaque_up->SetUseDynamic(dynamic);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-sparc.c56 asymbol **symbols, bfd_boolean dynamic)
94 and the address of a dynamic reloc is absolute.. */
95 if ((abfd->flags & (EXEC_P | DYNAMIC)) == 0 || dynamic)
149 asymbol **symbols, bfd_boolean dynamic)
159 if (! dynamic)
175 dynamic symbol table, and in that case bfd_section_from_shdr
196 dynamic))
201 dynamic))
230 /* Canonicalize the dynamic relocation entries. Note that we return
231 the dynamic relocation
54 elf64_sparc_slurp_one_reloc_table(bfd *abfd, asection *asect, Elf_Internal_Shdr *rel_hdr, asymbol **symbols, bfd_boolean dynamic) argument
148 elf64_sparc_slurp_reloc_table(bfd *abfd, asection *asect, asymbol **symbols, bfd_boolean dynamic) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp213 const Elf_Dyn *dynamic = nullptr; local
216 dynamic =
221 if (!dynamic) return 0;
223 for (const Elf_Dyn *p = dynamic; p->d_tag != PT_NULL; ++p) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h238 TypeImpl(const lldb::TypeSP &type_sp, const CompilerType &dynamic);
240 TypeImpl(const CompilerType &compiler_type, const CompilerType &dynamic);
246 void SetType(const lldb::TypeSP &type_sp, const CompilerType &dynamic);
248 void SetType(const CompilerType &compiler_type, const CompilerType &dynamic);
/freebsd-11-stable/sys/geom/mirror/
H A Dg_mirror_ctl.c96 int *autosync, *noautosync, *failsync, *nofailsync, *hardcode, *dynamic; local
143 dynamic = gctl_get_paraml(req, "dynamic", sizeof(*dynamic));
144 if (dynamic == NULL) {
145 gctl_error(req, "No '%s' argument.", "dynamic");
181 if (*hardcode && *dynamic) {
183 "dynamic");
213 *nofailsync || *hardcode || *dynamic || *slicep != -1 ||
221 !*dynamic
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stub.cpp91 void omp_set_dynamic(omp_int_t dynamic) { argument
93 __kmps_set_dynamic(dynamic);
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c373 /* Fetch the dynamic regwin count and verify that it does not exceed
378 device_printf(r->dev, "max dynamic regwin count exceeded\n");
382 /* Allocate the dynamic window allocation table. */
388 /* Initialize the dynamic window table and freelist. */
403 device_printf(r->dev, "ignoring zero-length dynamic "
412 * If you run into this in the future, the dynamic
418 "dynamic register window sizes are not currently "
495 device_printf(br->dev, "leaked %llu dynamic register regions\n",
571 * If the memory range is not mapped by an existing dynamic or static register
586 struct bhndb_dw_alloc *dynamic; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp806 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp, const CompilerType &dynamic) argument
807 : m_module_wp(), m_static_type(), m_dynamic_type(dynamic) {
808 SetType(type_sp, dynamic);
833 const CompilerType &dynamic) {
835 m_dynamic_type = dynamic;
839 const CompilerType &dynamic) {
842 m_dynamic_type = dynamic;
832 SetType(const lldb::TypeSP &type_sp, const CompilerType &dynamic) argument
838 SetType(const CompilerType &compiler_type, const CompilerType &dynamic) argument

Completed in 168 milliseconds

12345