Home
last modified time | relevance | path

Searched refs:bfd (Results 1 – 25 of 124) sorted by relevance

12345

/external/perfetto/src/ipc/
Dbuffered_frame_deserializer_unittest.cc98 BufferedFrameDeserializer bfd; in TEST() local
101 BufferedFrameDeserializer::ReceiveBuffer rbuf = bfd.BeginReceive(); in TEST()
106 ASSERT_TRUE(bfd.EndReceive(frame.size())); in TEST()
109 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 …]
Dbuffered_frame_deserializer_fuzzer.cc27 perfetto::ipc::BufferedFrameDeserializer bfd; in LLVMFuzzerTestOneInput() local
31 auto rbuf = bfd.BeginReceive(); in LLVMFuzzerTestOneInput()
34 if (!bfd.EndReceive(chunk_size)) in LLVMFuzzerTestOneInput()
/external/u-boot/arch/mips/
Dconfig.mk9 32bit-bfd := elf32-tradbigmips
10 64bit-bfd := elf64-tradbigmips
18 32bit-bfd := elf32-tradlittlemips
19 64bit-bfd := elf64-tradlittlemips
27 OBJCOPYFLAGS += -O $(32bit-bfd)
33 OBJCOPYFLAGS += -O $(64bit-bfd)
/external/wpa_supplicant_8/src/utils/
Dtrace.c30 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()
150 static void find_addr_sect(bfd *abfd, asection *section, void *obj) in find_addr_sect()
180 bfd *abfd = cached_abfd; in wpa_trace_bfd_addr()
224 bfd *abfd = cached_abfd; in wpa_trace_bfd_addr2func()
280 bfd *abfd; in wpa_trace_calling_func()
/external/ltp/testcases/kernel/syscalls/fsync/
Dfsync03.c57 int bfd = -1; /* an invalid fd */ variable
65 &bfd, EBADF},
/external/vboot_reference/utility/
Dbmpblk_util.c204 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/ltp/testcases/kernel/syscalls/ioctl/
Dioctl01.c70 static int bfd = -1; variable
82 &bfd, TCGETA, &termio, EBADF},
/external/tcpdump/tests/
DTESTLIST380 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/ltp/testcases/kernel/syscalls/sync_file_range/
Dsync_file_range01.c109 int bfd = -1; /* Bad file descriptor */ variable
119 &bfd, 0, 1, SYNC_FILE_RANGE_WRITE, EBADF}, {
/external/honggfuzz/linux/
Dbfd.c44 bfd* bfdh;
152 bfd* bfdh = bfd_openr(fname, NULL); in arch_bfdDisasm()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DGoldPlugin.rst15 ``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/icu/icu4c/source/data/lang/
Dnnh.txt12 bfd{"Shwóŋò pafud"}
/external/clang/test/SemaCXX/
Dcxx0x-deleted-default-ctor.cpp71 bad_field_default bfd; // expected-error {{call to implicitly-deleted default constructor}} variable
/external/honggfuzz/
DAndroid.bp104 "linux/bfd.c",
DMakefile445 linux/bfd.o: linux/bfd.h linux/unwind.h honggfuzz.h libhfcommon/util.h
446 linux/bfd.o: libhfcommon/common.h libhfcommon/files.h libhfcommon/common.h
447 linux/bfd.o: libhfcommon/log.h
455 linux/trace.o: libhfcommon/log.h linux/bfd.h linux/unwind.h sanitizers.h
/external/llvm/docs/
DGoldPlugin.rst69 to install ``LLVMgold.so`` to ``/usr/lib/bfd-plugins`` for a seamless setup.
136 * Copy ``Release/lib/LLVMgold.so`` to ``$PREFIX/lib/bfd-plugins/``
/external/pdfium/third_party/lcms/src/
Dcmspcs.c500 deltaC,deltah,dc,t,g,dh,rh,rc,rt,bfd; in cmsBFDdeltaE() local
541 bfd = sqrt(Sqr(deltaL)+Sqr(deltaC/dc)+Sqr(deltah/dh)+(rt*(deltaC/dc)*(deltah/dh))); in cmsBFDdeltaE()
543 return bfd; in cmsBFDdeltaE()
/external/elfutils/
DABOUT-NLS199 bfd | |
368 bfd | [] [] |
537 bfd | |
706 bfd | |
875 bfd | | 2
/external/tcpdump/win32/prj/
DGNUmakefile56 ../../print-bfd.o \
/external/libexif/
DABOUT-NLS196 bfd | [] [] |
333 bfd | [] |
470 bfd | [] |
607 bfd | [] [] | 6
/external/syzkaller/pkg/report/testdata/linux/report/
D15623 [ 123.344020] #0: (sb_writers#7){.+.+}, at: [<0000000015352bfd>] do_sendfile+0xada/0xe80
/external/e2fsprogs/
DABOUT-NLS184 bfd | [] [] |
258 bfd | [] |
332 bfd | [] [] | 5
/external/libcxx/utils/docker/debian9/
DDockerfile39 update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.rbe.cuda10.0-cudnn7-ubuntu14.0430 # correct way to pass the path to bfd-ld is to pass
DDockerfile.rbe.cuda9.0-cudnn7-ubuntu14.0433 # correct way to pass the path to bfd-ld is to pass

12345