Searched +full:libbfd +full:- +full:dev (Results 1 – 11 of 11) sorted by relevance
| /external/bpftool/src/ |
| D | Makefile.feature | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 8 CFLAGS += -Wno-unused-command-line-argument 24 QUIET_STDERR := 2>/dev/null 27 ### feature-clang-bpf-co-re 31 $(CLANG) -g -target bpf -S -o - -x c - $(QUIET_STDERR) | grep -q BTF_KIND_VAR 33 ifneq ($(findstring clang-bpf-co-re,$(FEATURE_TESTS)),) 34 $(call LOG,Probing: feature-clang-bpf-co-re) 35 feature-clang-bpf-co-re := \ 37 endif # clang-bpf-co-re 39 ### feature-libbfd [all …]
|
| D | Makefile | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 41 $(QUIET_MKDIR)mkdir -p $@ 44 $(Q)$(MAKE) -C $(BPF_DIR) OBJDIR=$(patsubst %/,%,$(LIBBPF_OUTPUT)) \ 49 $(Q)install -m 644 -t $(LIBBPF_HDRS_DIR) $< 52 $(Q)$(MAKE) -C $(BPF_DIR) OBJDIR=$(patsubst %/,%,$(LIBBPF_BOOTSTRAP_OUTPUT)) \ 58 $(Q)install -m 644 -t $(LIBBPF_BOOTSTRAP_HDRS_DIR) $< 60 $(LIBBPF)-clean: FORCE | $(LIBBPF_OUTPUT) 62 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) clean >/dev/null 64 $(LIBBPF_BOOTSTRAP)-clean: FORCE | $(LIBBPF_BOOTSTRAP_OUTPUT) 65 $(call QUIET_CLEAN, libbpf-bootstrap) [all …]
|
| /external/bpftool/.github/workflows/ |
| D | build.yaml | 6 - '.github/workflows/build.yaml' 7 - 'docs/**' 8 - 'include/**' 9 - 'libbpf/**' 10 - 'src/**' 13 - master 16 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.after }} 17 cancel-in-progress: true 22 fail-fast: false 24 os: [ubuntu-20.04, ubuntu-22.04] [all …]
|
| /external/bcc/docker/build/ |
| D | Dockerfile.ubuntu | 15 RUN apt-get update && apt-get install -y curl gnupg &&\ 17 deb http://apt.llvm.org/${SHORTNAME}/ llvm-toolchain-${SHORTNAME} main\n\ 18 deb-src http://apt.llvm.org/${SHORTNAME}/ llvm-toolchain-${SHORTNAME} main\n\ 19 deb http://apt.llvm.org/${SHORTNAME}/ llvm-toolchain-${SHORTNAME}-${LLVM_VERSION} main\n\ 20 deb-src http://apt.llvm.org/${SHORTNAME}/ llvm-toolchain-${SHORTNAME}-${LLVM_VERSION} main\n" &&\ 22 curl -L https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - 27 RUN apt-get update && apt-get install -y \ 28 util-linux \ 30 binutils-dev \ 37 libelf-dev \ [all …]
|
| /external/wpa_supplicant_8/hostapd/ |
| D | android.config | 24 #CFLAGS += -I$(LIBNL)/include 25 #LIBS += -L$(LIBNL)/lib 41 #CFLAGS += -I/usr/local/include 42 #LIBS += -L/usr/local/lib 43 #LIBS_p += -L/usr/local/lib 44 #LIBS_c += -L/usr/local/lib 49 # WPA2/IEEE 802.11i RSN pre-authentication 58 # EAP-MD5 for the integrated EAP server 61 # EAP-TLS for the integrated EAP server 64 # EAP-MSCHAPv2 for the integrated EAP server [all …]
|
| D | defconfig | 27 #CFLAGS += -I$<path to libnl include files> 28 #LIBS += -L$<path to libnl library files> 39 #CFLAGS += -I/usr/local/include 40 #LIBS += -L/usr/local/lib 41 #LIBS_p += -L/usr/local/lib 42 #LIBS_c += -L/usr/local/lib 47 # WPA2/IEEE 802.11i RSN pre-authentication 56 # EAP Re-authentication Protocol (ERP) in integrated EAP server 59 # EAP-MD5 for the integrated EAP server 62 # EAP-TLS for the integrated EAP server [all …]
|
| /external/skia/infra/bots/assets/armhf_sysroot/ |
| D | create.py | 5 # Use of this source code is governed by a BSD-style license that can be 24 print("Installing some cross-compiling packages. You may be asked for your sudo password") 26 "sudo","apt-get","install", 27 "libstdc++-10-dev-armhf-cross", 28 "libgcc-10-dev-armhf-cross", 29 "binutils-arm-linux-gnueabihf" 34 shutil.copytree('/usr/arm-linux-gnueabihf', target_dir) 35 shutil.copytree('/usr/lib/gcc-cross/arm-linux-gnueabihf/10', 36 os.path.join(target_dir, 'gcc-cross')) 38 # Libs needed to link. These were found by trial-and-error. [all …]
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| D | android.config | 14 # or GnuTLS in non-default location 15 #CFLAGS += -I/usr/local/openssl/include 16 #LIBS += -L/usr/local/openssl/lib 21 #CFLAGS += -I/usr/include/kerberos 25 # functionality is added to it. nl80211-based interface is the new 37 #CFLAGS += -I/usr/local/include 38 #LIBS += -L/usr/local/lib 39 #LIBS_p += -L/usr/local/lib 40 #LIBS_c += -L/usr/local/lib 44 #CFLAGS += -I/usr/include/w32api/ddk [all …]
|
| D | defconfig | 14 # or GnuTLS in non-default location 15 #CFLAGS += -I/usr/local/openssl/include 16 #LIBS += -L/usr/local/openssl/lib 21 #CFLAGS += -I/usr/include/kerberos 25 # functionality is added to it. nl80211-based interface is the new 40 #CFLAGS += -I$<path to libnl include files> 41 #LIBS += -L$<path to libnl library files> 52 #CFLAGS += -I/usr/local/include 53 #LIBS += -L/usr/local/lib 54 #LIBS_p += -L/usr/local/lib [all …]
|
| /external/cronet/build/ |
| D | install-chroot.sh | 1 #!/bin/bash -e 4 # Use of this source code is governed by a BSD-style license that can be 7 # This script installs Debian-derived distributions in a chroot environment. 11 # Debian-derived system. 17 admin=$(grep '^admin:' /etc/group >&/dev/null && echo admin || echo adm) 20 echo "usage: ${0##*/} [-m mirror] [-g group,...] [-s] [-c]" 21 echo "-b dir additional directories that should be bind mounted," 24 echo "-g group,... groups that can use the chroot unauthenticated" 25 echo " Default: '${admin}' and current user's group ('$(id -gn)')" 26 echo "-l List all installed chroot environments" [all …]
|
| /external/angle/build/ |
| D | install-chroot.sh | 1 #!/bin/bash -e 4 # Use of this source code is governed by a BSD-style license that can be 7 # This script installs Debian-derived distributions in a chroot environment. 11 # Debian-derived system. 17 admin=$(grep '^admin:' /etc/group >&/dev/null && echo admin || echo adm) 20 echo "usage: ${0##*/} [-m mirror] [-g group,...] [-s] [-c]" 21 echo "-b dir additional directories that should be bind mounted," 24 echo "-g group,... groups that can use the chroot unauthenticated" 25 echo " Default: '${admin}' and current user's group ('$(id -gn)')" 26 echo "-l List all installed chroot environments" [all …]
|