Home
last modified time | relevance | path

Searched refs:DYNAMIC (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/netbsd-src/external/mpl/bind/dist/bin/tests/system/case/
H A Ddynamic.good2 DyNaMiC. 300 IN NS ns1.DYNAMIC.
5 ns1.DYNAMIC. 300 IN A 10.53.0.1
H A Dpostupdate.good2 DyNaMiC. 300 IN NS ns1.DYNAMIC.
5 ns1.DYNAMIC. 300 IN A 10.53.0.1
H A Dpostns1.good2 DyNaMiC. 300 IN NS ns1.DYNAMIC.
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Darm-reloc.def33 // - DYNAMIC for dynamic relocations processed by a dynamic linker.
53 // for relocation types DYNAMIC, PRIVATE and OBSOLETE.
76 RD(BREL_ADJ , DYNAMIC , N, DATA , DELTA_B(S) + A , Y, -1, N)
77 RD(TLS_DESC , DYNAMIC , N, DATA , NONE , Y, -1, N)
81 RD(TLS_DTPMOD32 , DYNAMIC , N, DATA , Module(S) , Y, -1, N)
82 RD(TLS_DTPOFF32 , DYNAMIC , N, DATA , S + A - TLS , Y, -1, N)
83 RD(TLS_TPOFF32 , DYNAMIC , N, DATA , S + A - tp , Y, -1, N)
84 RD(COPY , DYNAMIC , N, MISC , NONE , Y, -1, N)
85 RD(GLOB_DAT , DYNAMIC , N, DATA , (S + A) | T , Y, -1, N)
86 RD(JUMP_SLOT , DYNAMIC , N, DATA , (S + A) | T , Y, -1, N)
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Darm-reloc.def33 // - DYNAMIC for dynamic relocations processed by a dynamic linker.
53 // for relocation types DYNAMIC, PRIVATE and OBSOLETE.
76 RD(BREL_ADJ , DYNAMIC , N, DATA , DELTA_B(S) + A , Y, -1, N)
77 RD(TLS_DESC , DYNAMIC , N, DATA , NONE , Y, -1, N)
81 RD(TLS_DTPMOD32 , DYNAMIC , N, DATA , Module(S) , Y, -1, N)
82 RD(TLS_DTPOFF32 , DYNAMIC , N, DATA , S + A - TLS , Y, -1, N)
83 RD(TLS_TPOFF32 , DYNAMIC , N, DATA , S + A - tp , Y, -1, N)
84 RD(COPY , DYNAMIC , N, MISC , NONE , Y, -1, N)
85 RD(GLOB_DAT , DYNAMIC , N, DATA , (S + A) | T , Y, -1, N)
86 RD(JUMP_SLOT , DYNAMIC , N, DATA , (S + A) | T , Y, -1, N)
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_tls_kind.py30 self.assertEqual(tls_dynamic.tls_kind, TLSKind.DYNAMIC)
54 self.assertEqual(tls_declspec_msvc19.tls_kind, TLSKind.DYNAMIC)
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/
H A Dspec.d89 int separatorCharPos() { return dynamicSeparatorChar ? DYNAMIC : UNSPECIFIED; } in separatorCharPos()
94 void separatorCharPos(int value) { dynamicSeparatorChar = value == DYNAMIC; } in separatorCharPos()
109 enum int DYNAMIC = int.max; variable
116 enum int UNSPECIFIED = DYNAMIC - 1;
387 width = DYNAMIC;
434 separators = DYNAMIC;
472 precision = DYNAMIC;
H A Dwrite.d547 if (spec.width == spec.DYNAMIC) in formattedWrite()
573 if (spec.precision == spec.DYNAMIC) in formattedWrite()
593 if (spec.separators == spec.DYNAMIC) in formattedWrite()
1235 enforceFmt(f.width != f.DYNAMIC && f.precision != f.DYNAMIC in formatValue()
1236 && f.separators != f.DYNAMIC && !f.dynamicSeparatorChar, in formatValue()
/netbsd-src/usr.bin/menuc/
H A Dparse.y56 %token <i_value> TITLE DEFAULT DISPLAY ERROR EXITSTRING EXPAND ALLOW DYNAMIC
90 dynamic_def : ALLOW DYNAMIC MENUS ';'
96 msgxlat_def : ALLOW DYNAMIC MESSAGES ';'
H A Dscan.l107 dynamic { return DYNAMIC; }
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf-vxworks.c65 if ((bfd_link_pic (info) || abfd->flags & DYNAMIC) in elf_vxworks_add_symbol_hook()
161 if (output_bfd->flags & (DYNAMIC|EXEC_P)) in elf_vxworks_emit_relocs()
H A Delf64-sparc.c120 if ((abfd->flags & (EXEC_P | DYNAMIC)) == 0 || dynamic) in elf64_sparc_slurp_one_reloc_table()
400 if ((abfd->flags & (EXEC_P | DYNAMIC)) != 0) in elf64_sparc_write_relocs()
499 || (abfd->flags & DYNAMIC) != 0) in elf64_sparc_add_symbol_hook()
698 if ((ibfd->flags & DYNAMIC) != 0) in elf64_sparc_merge_private_bfd_data()
H A Dcoff-alpha.c476 abfd->flags |= DYNAMIC; in alpha_ecoff_mkobject_hook()
481 abfd->flags |= (DYNAMIC | EXEC_P); in alpha_ecoff_mkobject_hook()
2030 if ((abfd->flags & (DYNAMIC | EXEC_P)) == (DYNAMIC | EXEC_P)) in alpha_adjust_headers()
2032 else if ((abfd->flags & DYNAMIC) != 0) in alpha_adjust_headers()
2478 | HAS_SYMS | HAS_LOCALS | DYNAMIC | WP_TEXT | D_PAGED),
H A Dsom.c1985 abfd->flags |= DYNAMIC; in som_object_setup()
2030 if ((aux_hdrp->exec_entry == 0 && !(abfd->flags & DYNAMIC)) in som_object_setup()
2557 if (abfd->flags & (EXEC_P | DYNAMIC)) in som_prep_headers()
2570 else if (abfd->flags & DYNAMIC) in som_prep_headers()
3542 if (abfd->flags & (EXEC_P | DYNAMIC)) in som_begin_writing()
3697 && (abfd->flags & (EXEC_P | DYNAMIC))) in som_begin_writing()
3706 if (abfd->flags & (D_PAGED | DYNAMIC) in som_begin_writing()
3733 else if (abfd->flags & (EXEC_P | DYNAMIC)) in som_begin_writing()
3760 if (abfd->flags & (EXEC_P | DYNAMIC) in som_begin_writing()
3763 else if (abfd->flags & (EXEC_P | DYNAMIC) in som_begin_writing()
[all …]
H A Dmach-o-target.c131 HAS_SYMS | HAS_LOCALS | DYNAMIC | WP_TEXT | D_PAGED),
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf-vxworks.c65 if ((bfd_link_pic (info) || abfd->flags & DYNAMIC) in elf_vxworks_add_symbol_hook()
161 if (output_bfd->flags & (DYNAMIC|EXEC_P)) in elf_vxworks_emit_relocs()
H A Delf64-sparc.c109 if ((abfd->flags & (EXEC_P | DYNAMIC)) == 0 || dynamic) in elf64_sparc_slurp_one_reloc_table()
385 if ((abfd->flags & (EXEC_P | DYNAMIC)) != 0) in elf64_sparc_write_relocs()
484 || (abfd->flags & DYNAMIC) != 0) in elf64_sparc_add_symbol_hook()
683 if ((ibfd->flags & DYNAMIC) != 0) in elf64_sparc_merge_private_bfd_data()
H A Dcoff-alpha.c476 abfd->flags |= DYNAMIC; in alpha_ecoff_mkobject_hook()
481 abfd->flags |= (DYNAMIC | EXEC_P); in alpha_ecoff_mkobject_hook()
1985 if ((abfd->flags & (DYNAMIC | EXEC_P)) == (DYNAMIC | EXEC_P)) in alpha_adjust_headers()
1987 else if ((abfd->flags & DYNAMIC) != 0) in alpha_adjust_headers()
2432 | HAS_SYMS | HAS_LOCALS | DYNAMIC | WP_TEXT | D_PAGED),
H A Dsom.c1984 abfd->flags |= DYNAMIC; in som_object_setup()
2029 if ((aux_hdrp->exec_entry == 0 && !(abfd->flags & DYNAMIC)) in som_object_setup()
2556 if (abfd->flags & (EXEC_P | DYNAMIC)) in som_prep_headers()
2569 else if (abfd->flags & DYNAMIC) in som_prep_headers()
3629 if (abfd->flags & (EXEC_P | DYNAMIC)) in som_begin_writing()
3786 && (abfd->flags & (EXEC_P | DYNAMIC))) in som_begin_writing()
3795 if (abfd->flags & (D_PAGED | DYNAMIC) in som_begin_writing()
3822 else if (abfd->flags & (EXEC_P | DYNAMIC)) in som_begin_writing()
3849 if (abfd->flags & (EXEC_P | DYNAMIC) in som_begin_writing()
3852 else if (abfd->flags & (EXEC_P | DYNAMIC) in som_begin_writing()
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/case/ns1/
H A Ddynamic.db.in21 $ORIGIN DYNAMIC.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtoplev.c922 enum stack_usage_kind_type { STATIC = 0, DYNAMIC, DYNAMIC_BOUNDED }; in output_stack_usage_1() enumerator
956 stack_usage_kind = DYNAMIC; in output_stack_usage_1()
963 if (stack_usage_kind != DYNAMIC) in output_stack_usage_1()
966 stack_usage_kind = DYNAMIC; in output_stack_usage_1()
992 if (stack_usage_kind == DYNAMIC) in output_stack_usage_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtoplev.cc779 enum stack_usage_kind_type { STATIC = 0, DYNAMIC, DYNAMIC_BOUNDED }; in output_stack_usage_1() enumerator
813 stack_usage_kind = DYNAMIC; in output_stack_usage_1()
820 if (stack_usage_kind != DYNAMIC) in output_stack_usage_1()
823 stack_usage_kind = DYNAMIC; in output_stack_usage_1()
849 if (stack_usage_kind == DYNAMIC) in output_stack_usage_1()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldelf.c122 && (bfd_get_file_flags (entry->the_bfd) & DYNAMIC) != 0) in ldelf_load_symbols()
127 || (bfd_get_file_flags (entry->the_bfd) & DYNAMIC) == 0) in ldelf_load_symbols()
163 || (bfd_get_file_flags (s->the_bfd) & DYNAMIC) == 0) in ldelf_vercheck()
300 if ((bfd_get_file_flags (abfd) & DYNAMIC) == 0) in ldelf_try_needed()
1196 && ((abfd->flags) & DYNAMIC) != 0 in ldelf_handle_dt_needed()
1984 && (entry->the_bfd->flags & DYNAMIC) != 0) in ldelf_open_dynamic_archive()
2297 && (nexts->owner->flags & DYNAMIC) == 0 in ldelf_place_orphan()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldelf.c122 && (bfd_get_file_flags (entry->the_bfd) & DYNAMIC) != 0) in ldelf_load_symbols()
127 || (bfd_get_file_flags (entry->the_bfd) & DYNAMIC) == 0) in ldelf_load_symbols()
163 || (bfd_get_file_flags (s->the_bfd) & DYNAMIC) == 0) in ldelf_vercheck()
300 if ((bfd_get_file_flags (abfd) & DYNAMIC) == 0) in ldelf_try_needed()
1199 && ((abfd->flags) & DYNAMIC) != 0 in ldelf_handle_dt_needed()
1988 && (entry->the_bfd->flags & DYNAMIC) != 0) in ldelf_open_dynamic_archive()
2307 && (nexts->owner->flags & DYNAMIC) == 0 in ldelf_place_orphan()
/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_show.c305 { F(GROUP)|F(DYNAMIC), F(GROUP), "group" },
306 { F(GROUP)|F(DYNAMIC), F(GROUP)|F(DYNAMIC), "ruleset" },

12345678910>>...14