Searched refs:contents (Results 1 - 25 of 1321) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dnan-error-2.s1 # No contents necessary.
H A Dempty.s3 # No actual contents necessary!
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Darm-neon.exp43 set contents ""
47 set contents $expect_out(1,string)
50 regsub -all "\{" $contents "\\\\\{" contents
51 gdb_test "p vec_func${i} \(a${i}\)" "= $contents"
58 set contents ""
62 set contents $expect_out(1,string)
65 regsub -all "\{" $contents "\\\\\{" contents
66 gdb_test "p hva_func${i} \(hva${i}\)" "= $contents"
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Darm-neon.exp42 set contents ""
46 set contents $expect_out(1,string)
49 regsub -all "\{" $contents "\\\\\{" contents
50 gdb_test "p vec_func${i} \(a${i}\)" "= $contents"
57 set contents ""
61 set contents $expect_out(1,string)
64 regsub -all "\{" $contents "\\\\\{" contents
65 gdb_test "p hva_func${i} \(hva${i}\)" "= $contents"
[all...]
/netbsd-current/share/doc/usd/
H A DMakefile23 SUBARTICLES=title contents
25 SRCS.contents=00.contents
/netbsd-current/external/bsd/kyua-cli/dist/utils/
H A Dstream_test.cpp47 const std::string contents(8192, 'x');
48 std::istringstream input(contents);
50 contents.length(),
66 std::string contents; local
68 contents += "abcdef";
69 std::istringstream input(contents);
70 ATF_REQUIRE_EQ(contents, utils::read_stream(input));
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-ia64.h28 bfd_boolean ia64_elf_relax_br (bfd_byte *contents, bfd_vma off);
29 void ia64_elf_relax_brl (bfd_byte *contents, bfd_vma off);
30 void ia64_elf_relax_ldxmov (bfd_byte *contents, bfd_vma off);
H A Delf-m10200.c243 bfd_byte *contents,
252 bfd_byte *hit_data = contents + offset;
344 bfd_byte *contents,
394 rel, 1, relend, howto, 0, contents);
401 contents, rel->r_offset,
469 bfd_byte *contents;
480 contents = elf_section_data (sec)->this_hdr.contents;
488 memmove (contents + addr, contents
239 mn10200_elf_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, bfd *output_bfd ATTRIBUTE_UNUSED, asection *input_section, bfd_byte *contents, bfd_vma offset, bfd_vma value, bfd_vma addend, struct bfd_link_info *info ATTRIBUTE_UNUSED, asection *sym_sec ATTRIBUTE_UNUSED, int is_local ATTRIBUTE_UNUSED) argument
339 mn10200_elf_relocate_section(bfd *output_bfd, struct bfd_link_info *info, bfd *input_bfd, asection *input_section, bfd_byte *contents, Elf_Internal_Rela *relocs, Elf_Internal_Sym *local_syms, asection **local_sections) argument
468 bfd_byte *contents; local
570 bfd_byte *contents = NULL; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delfxx-ia64.h28 bool ia64_elf_relax_br (bfd_byte *contents, bfd_vma off);
29 void ia64_elf_relax_brl (bfd_byte *contents, bfd_vma off);
30 void ia64_elf_relax_ldxmov (bfd_byte *contents, bfd_vma off);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delfxx-ia64.h28 bfd_boolean ia64_elf_relax_br (bfd_byte *contents, bfd_vma off);
29 void ia64_elf_relax_brl (bfd_byte *contents, bfd_vma off);
30 void ia64_elf_relax_ldxmov (bfd_byte *contents, bfd_vma off);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delfxx-ia64.h28 bool ia64_elf_relax_br (bfd_byte *contents, bfd_vma off);
29 void ia64_elf_relax_brl (bfd_byte *contents, bfd_vma off);
30 void ia64_elf_relax_ldxmov (bfd_byte *contents, bfd_vma off);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dptype-flags.exp37 set contents {
44 lappend contents { field public "Holder<int>::Z z;" }
46 lappend contents { field public "Z z;" }
50 lappend contents { typedef public "typedef Simple<Simple<T> > Z;" }
54 lappend contents { method public "double method();" }
58 regsub -all -- "T" $contents "int" contents
61 cp_test_ptype_class value $name "class" "Holder<int>" $contents \
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dnan-2008.s3 # We need some section contents for the ELF header flag compatibility check
H A Dnan-legacy.s3 # We need some section contents for the ELF header flag compatibility check
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dmkpod2html.pl45 # Read in contents.
48 my $contents = '';
51 $contents = <F>;
56 $contents =~
60 print F $contents;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dptype-flags.exp45 set contents {
52 lappend contents { field public "Holder<int>::Z z;" }
54 lappend contents { field public "Z z;" }
63 lappend contents { typedef public "typedef Simple<Simple<T> > Z;" }
67 lappend contents { method public "double method();" }
71 regsub -all -- "T" $contents "int" contents
74 cp_test_ptype_class value $name "class" "Holder<int>" $contents \
81 set contents {
88 lappend contents { typede
[all...]
/netbsd-current/share/doc/psd/
H A DMakefile31 SUBARTICLES=title contents
33 SRCS.contents=00.contents
/netbsd-current/share/doc/smm/
H A DMakefile30 SUBARTICLES=title contents
32 SRCS.contents=00.contents
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dbignum1.d3 # objdump: --full-contents
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Dcomment.s2 # correctly. The file has no real contents.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Dsec-11.d3 #error: contents at non-multiple-of-4 address
6 # (loadable, addressable) contents at a misaligned address. Note
7 # that e.g. debug sections do not have loadable contents.
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/mips/
H A Dbasic.exp11 set contents ""
12 append contents "\t.macro hilo\n"
13 append contents "\tmf$reg\t\$4\n"
14 append contents "\t.rept\t$nops\n"
15 append contents "\tnop\n"
16 append contents "\t.endr\n"
17 append contents "\t$insn\n"
18 append contents "\t.endm"
20 verbose -log "HILO test:\n$contents"
22 puts $file $contents
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_format_gtar_sparse.c29 struct contents { struct
35 struct contents archive_contents_sparse[] = {
41 struct contents archive_contents_sparse2[] = {
144 struct contents archive_contents_nonsparse[] = {
166 struct contents *contents; member in struct:archive_contents
180 struct contents expect;
182 struct contents actual;
195 struct contents *cts = ac->contents;
[all...]
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Ddir.c29 /* The "dir" node can be built from the contents of a file called "dir",
33 static void add_menu_to_file_buffer (char *contents, long int size,
143 char *contents = filesys_read_info_file (fullpath, &filesize, local
145 if (contents)
148 add_menu_to_file_buffer (contents, filesize, dir_buffer);
149 free (contents);
166 to the menu found in FB->contents. Second argument SIZE is the total
169 add_menu_to_file_buffer (char *contents, long int size, FILE_BUFFER *fb) argument
174 contents_binding.buffer = contents;
179 fb_binding.buffer = fb->contents;
278 char *contents; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dfind-doc-nits61 my $contents = shift;
64 return unless $contents =~ /=head1 NAME(.*)=head1 SYNOPSIS/ms;
96 return unless $contents =~ /=head1 SYNOPSIS(.*)=head1 DESCRIPTION/ms;
144 my $contents = shift;
149 unless $contents =~ /=head1 $section/ and $contents =~ /=head1 $before/;
151 if $contents =~ /=head1 $before.*=head1 $section/ms;
159 my $contents = '';
163 $contents = <POD>;
171 &check_section_location($id, $contents, "RETUR
[all...]

Completed in 475 milliseconds

1234567891011>>