Home
last modified time | relevance | path

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

123456

/external/perfetto/src/ipc/
Dbuffered_frame_deserializer_unittest.cc99 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 …]
Dbuffered_frame_deserializer_fuzzer.cc26 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/
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()
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/
Dbuild.sh41 $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…
Dfuzz_bfd.c55 bfd *file = bfd_openr (tmpfilename, target); in LLVMFuzzerTestOneInput()
/external/llvm-project/lld/test/ELF/
Dmips-non-zero-gp0.s6 # 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
Dversion-script-reassign.s10 ## Note, ld.bfd errors on these cases.
21 ## Note, ld.bfd silently accepts this case.
Dmips-eh_frame-pic.s11 ## 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
Dgot32-i386-pie-rw.s6 # Unlike bfd and gold we accept this.
Dweak-undef-rw.s8 ## implementation simplicity. This also matches ld.bfd and gold.
Dversion-script-in-search-path.s3 # This behaviour matches ld.bfd.
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl01.c30 static int bfd = -1; variable
41 {&bfd, TCGETA, &termio, EBADF},
/external/ltp/testcases/kernel/syscalls/sync_file_range/
Dsync_file_range01.c110 int bfd = -1; /* Bad file descriptor */ variable
120 &bfd, 0, 1, SYNC_FILE_RANGE_WRITE, 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/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/llvm-project/lld/test/ELF/linkerscript/
Dsubalign.s26 ## 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.
Dorphan-end.s4 # 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/
DMakefile3 CFLAGS_EXTRAS := -mmpx -fcheck-pointer-bounds -fuse-ld=bfd
/external/llvm-project/lldb/test/API/commands/register/register/intel_xtended_registers/
DMakefile3 CFLAGS_EXTRAS := -mmpx -fcheck-pointer-bounds -fuse-ld=bfd
/external/oss-fuzz/projects/lcms/
Dicc.dict36 "bfd "
111 "bfd "
/external/llvm-project/lldb/tools/intel-features/intel-mpx/test/
DMakefile5 CFLAGS_EXTRAS += -mmpx -fcheck-pointer-bounds -lmpxwrappers -lmpx -fuse-ld=bfd
/external/llvm-project/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/llvm-project/clang/test/SemaCXX/
Dcxx0x-deleted-default-ctor.cpp71 bad_field_default bfd; // expected-error {{call to implicitly-deleted default constructor}} variable
/external/clang/test/SemaCXX/
Dcxx0x-deleted-default-ctor.cpp71 bad_field_default bfd; // expected-error {{call to implicitly-deleted default constructor}} variable
/external/icu/icu4c/source/data/lang/
Dnnh.txt13 bfd{"Shwóŋò pafud"}

123456