/external/perfetto/src/ipc/ |
D | buffered_frame_deserializer_unittest.cc | 99 BufferedFrameDeserializer bfd; in TEST() local 102 BufferedFrameDeserializer::ReceiveBuffer rbuf = bfd.BeginReceive(); in TEST() 107 ASSERT_TRUE(bfd.EndReceive(frame.size())); in TEST() 110 auto decoded_frame = bfd.PopNextFrame(); in TEST() 113 ASSERT_FALSE(bfd.PopNextFrame()); in TEST() 114 ASSERT_EQ(0u, bfd.size()); in TEST() 125 BufferedFrameDeserializer bfd; in TEST() local 146 BufferedFrameDeserializer::ReceiveBuffer rbuf = bfd.BeginReceive(); in TEST() 149 ASSERT_TRUE(bfd.EndReceive(simple_frame.size() + frame_chunk1.size())); in TEST() 153 rbuf = bfd.BeginReceive(); in TEST() [all …]
|
D | buffered_frame_deserializer_fuzzer.cc | 26 perfetto::ipc::BufferedFrameDeserializer bfd; in LLVMFuzzerTestOneInput() local 30 auto rbuf = bfd.BeginReceive(); in LLVMFuzzerTestOneInput() 33 if (!bfd.EndReceive(chunk_size)) in LLVMFuzzerTestOneInput()
|
/external/wpa_supplicant_8/src/utils/ |
D | trace.c | 30 static bfd *cached_abfd = NULL; 70 static bfd * open_bfd(const char *fname) in open_bfd() 72 bfd *abfd; in open_bfd() 98 static void read_syms(bfd *abfd) in read_syms() 155 #define bfd_get_section_vma(bfd, section) bfd_section_vma(section) argument 161 static void find_addr_sect(bfd *abfd, asection *section, void *obj) in find_addr_sect() 191 bfd *abfd = cached_abfd; in wpa_trace_bfd_addr() 235 bfd *abfd = cached_abfd; in wpa_trace_bfd_addr2func() 291 bfd *abfd; in wpa_trace_calling_func()
|
/external/oss-fuzz/projects/binutils/ |
D | build.sh | 41 $CC $CFLAGS -I ../include -I ../bfd -I ../opcodes -c $i.c -o $i.o 42 …$CXX $CXXFLAGS $i.o -o $OUT/$i $LIB_FUZZING_ENGINE ../opcodes/libopcodes.a ../bfd/libbfd.a ../libi… 57 …$CC $CFLAGS -DHAVE_CONFIG_H -I. -I../bfd -I./../bfd -I./../include -I./../zlib -DLOCALEDIR="\"/usr…
|
D | fuzz_bfd.c | 55 bfd *file = bfd_openr (tmpfilename, target); in LLVMFuzzerTestOneInput()
|
/external/llvm-project/lld/test/ELF/ |
D | mips-non-zero-gp0.s | 6 # We have to use GNU as and ld.bfd 2.28 to generate relocatable object 10 # && ld.bfd -m elf32btsmip -r test.o -o mips-gp0-non-zero.o 12 # && ld.bfd -m elf64btsmip -r test.o -o mips-n64-gp0-non-zero.o
|
D | version-script-reassign.s | 10 ## Note, ld.bfd errors on these cases. 21 ## Note, ld.bfd silently accepts this case.
|
D | mips-eh_frame-pic.s | 11 ## Note: ld.bfd can link this file because it rewrites the .eh_frame section to use 49 ## Note: ld.bfd converts the R_MIPS_64 relocs to DW_EH_PE_pcrel | DW_EH_PE_sdata8
|
D | got32-i386-pie-rw.s | 6 # Unlike bfd and gold we accept this.
|
D | weak-undef-rw.s | 8 ## implementation simplicity. This also matches ld.bfd and gold.
|
D | version-script-in-search-path.s | 3 # This behaviour matches ld.bfd.
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl01.c | 30 static int bfd = -1; variable 41 {&bfd, TCGETA, &termio, EBADF},
|
/external/ltp/testcases/kernel/syscalls/sync_file_range/ |
D | sync_file_range01.c | 110 int bfd = -1; /* Bad file descriptor */ variable 120 &bfd, 0, 1, SYNC_FILE_RANGE_WRITE, EBADF}, {
|
/external/vboot_reference/utility/ |
D | bmpblk_util.c | 204 int yfd, bfd; in dump_bmpblock() local 310 bfd = open(full_path_name, in dump_bmpblock() 313 if (bfd < 0) { in dump_bmpblock() 320 bfp = fdopen(bfd, "wb"); in dump_bmpblock() 324 close(bfd); in dump_bmpblock()
|
/external/tcpdump/tests/ |
D | TESTLIST | 380 bfd-raw-auth-simple bfd-raw-auth-simple.pcap bfd-raw-auth-simple.out 381 bfd-raw-auth-simple-v bfd-raw-auth-simple.pcap bfd-raw-auth-simple-v.out -v 382 bfd-raw-auth-md5 bfd-raw-auth-md5.pcap bfd-raw-auth-md5.out 383 bfd-raw-auth-md5-v bfd-raw-auth-md5.pcap bfd-raw-auth-md5-v.out -v 384 bfd-raw-auth-sha1 bfd-raw-auth-sha1.pcap bfd-raw-auth-sha1.out 385 bfd-raw-auth-sha1-v bfd-raw-auth-sha1.pcap bfd-raw-auth-sha1-v.out -v
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | subalign.s | 26 ## Value of dot is undefined. Some versions of ld.bfd do not allow to use dot 32 ## Test we are able to link with zero alignment, this is consistent with bfd 2.26.1.
|
D | orphan-end.s | 4 # Test that .orphan_rx is placed after __stack_end. This matches bfd's
|
/external/llvm-project/lldb/test/API/commands/register/register/intel_xtended_registers/mpx_bound_violation/ |
D | Makefile | 3 CFLAGS_EXTRAS := -mmpx -fcheck-pointer-bounds -fuse-ld=bfd
|
/external/llvm-project/lldb/test/API/commands/register/register/intel_xtended_registers/ |
D | Makefile | 3 CFLAGS_EXTRAS := -mmpx -fcheck-pointer-bounds -fuse-ld=bfd
|
/external/oss-fuzz/projects/lcms/ |
D | icc.dict | 36 "bfd " 111 "bfd "
|
/external/llvm-project/lldb/tools/intel-features/intel-mpx/test/ |
D | Makefile | 5 CFLAGS_EXTRAS += -mmpx -fcheck-pointer-bounds -lmpxwrappers -lmpx -fuse-ld=bfd
|
/external/llvm-project/llvm/docs/ |
D | GoldPlugin.rst | 15 ``ar`` and ``nm``. Note that ld.bfd from binutils version 2.21.51.0.2 17 gold plugin with ld.bfd is not tested and therefore not officially 82 to install ``LLVMgold.so`` to ``/usr/lib/bfd-plugins`` for a seamless setup. 149 * Copy ``Release/lib/LLVMgold.so`` to ``$PREFIX/lib/bfd-plugins/``
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx0x-deleted-default-ctor.cpp | 71 bad_field_default bfd; // expected-error {{call to implicitly-deleted default constructor}} variable
|
/external/clang/test/SemaCXX/ |
D | cxx0x-deleted-default-ctor.cpp | 71 bad_field_default bfd; // expected-error {{call to implicitly-deleted default constructor}} variable
|
/external/icu/icu4c/source/data/lang/ |
D | nnh.txt | 13 bfd{"Shwóŋò pafud"}
|