/aosp_15_r20/external/coreboot/util/crossgcc/patches/ |
H A D | binutils-2.42_no-makeinfo.patch | 2 binutils-gdb/missing: 81: makeinfo: not found 14 diff -ur binutils-2.41.orig/bfd/Makefile.in binutils-2.40/bfd/Makefile.in 15 --- binutils-2.41.orig/bfd/Makefile.in 2022-08-05 11:53:59.000000000 +0200 16 +++ binutils-2.40/bfd/Makefile.in 2022-08-20 05:46:39.960039957 +0200 26 diff -ur binutils-2.41.orig/binutils/Makefile.in binutils-2.40/binutils/Makefile.in 27 --- binutils-2.41.orig/binutils/Makefile.in 2022-08-05 11:56:21.000000000 +0200 28 +++ binutils-2.40/binutils/Makefile.in 2022-08-20 05:46:38.563035937 +0200 38 diff -ur binutils-2.41.orig/etc/Makefile.in binutils-2.40/etc/Makefile.in 39 --- binutils-2.41.orig/etc/Makefile.in 2022-07-08 11:46:47.000000000 +0200 40 +++ binutils-2.40/etc/Makefile.in 2022-08-20 05:46:38.525035827 +0200 [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/ |
D | binutils.go | 15 // Package binutils provides access to the GNU binutils. 16 package binutils package 39 // A Binutils implements plugin.ObjTool by invoking the GNU binutils. 40 type Binutils struct { struct 52 // binrep is an immutable representation for Binutils. It is atomically 72 func (bu *Binutils) get() *binrep { argument 85 func (bu *Binutils) update(fn func(r *binrep)) { argument 98 // String returns string representation of the binutils state for debug logging. 99 func (bu *Binutils) String() string { argument 118 // SetFastSymbolization sets a toggle that makes binutils use fast [all …]
|
/aosp_15_r20/external/skia/infra/bots/assets/binutils_linux_x64/ |
H A D | create.py | 24 # https://packages.debian.org/buster/amd64/binutils-x86-64-linux-gnu/download 26 URL = 'https://ftp.debian.org/debian/pool/main/b/binutils/binutils-x86-64-linux-gnu_2.31.1-16_amd64… 29 # https://packages.debian.org/buster/amd64/binutils-x86-64-linux-gnu/filelist 38 subprocess.check_call(['wget', '--output-document=binutils.deb', '--quiet', URL]) 39 output = subprocess.check_output(['sha256sum', 'binutils.deb'], encoding='utf-8') 44 subprocess.check_call(['ar', 'x', 'binutils.deb'])
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
D | gccinstall.info | 165 GNU binutils 398 If you also intend to build binutils (either to upgrade an existing 400 unpack the binutils distribution either in the same directory or a 402 of the binutils you intend to build alongside the compiler ('bfd', 403 'binutils', 'gas', 'gprof', 'ld', 'opcodes', ...) to the directory 1046 require support from GNU binutils and the runtime C library. 1192 32-bit, and you are building a bi-arch or multi-arch binutils in a 1915 as binutils (bfd, binutils, gas, gprof, ld, and opcodes) if they 2076 * Build target tools for use by the compiler such as binutils (bfd, 2077 binutils, gas, gprof, ld, and opcodes) if they have been [all …]
|
/aosp_15_r20/external/llvm/docs/ |
H A D | GoldPlugin.rst | 17 .. _`gold linker`: http://sourceware.org/binutils 37 $ git clone --depth 1 git://sourceware.org/git/binutils-gdb.git binutils 40 $ ../binutils/configure --enable-gold --enable-plugins --disable-werror 45 ``build/binutils/ar`` and ``nm-new`` binaries supporting plugins. 48 ``-DLLVM_BINUTILS_INCDIR=/path/to/binutils/include``. The correct include 134 * Install the newly built binutils to ``$PREFIX`` 139 binutils):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/ |
D | BINUTILS_KERNEL_DEPRECATION.md | 18 dependent on binutils in Android. The NDK is currently the other largest 46 6. Remove GNU binutils from Android kernel manifests. 73 The version of GNU binutils distributed by AOSP is version 2.27.0.20170315 (ToT 74 GNU binutils is 2.35) plus cherry picks. The 5.9-rc1 linux kernel currently 75 requires binutils 2.23 or newer.
|
/aosp_15_r20/external/cronet/build/ |
H A D | install-build-deps.py | 196 "binutils", 304 if package_exists("binutils-arm-linux-gnueabihf"): 305 packages.append("binutils-arm-linux-gnueabihf") 306 if package_exists("binutils-aarch64-linux-gnu"): 307 packages.append("binutils-aarch64-linux-gnu") 308 if package_exists("binutils-mipsel-linux-gnu"): 309 packages.append("binutils-mipsel-linux-gnu") 310 if package_exists("binutils-mips64el-linux-gnuabi64"): 311 packages.append("binutils-mips64el-linux-gnuabi64")
|
/aosp_15_r20/external/angle/build/ |
H A D | install-build-deps.py | 199 "binutils", 306 if package_exists("binutils-arm-linux-gnueabihf"): 307 packages.append("binutils-arm-linux-gnueabihf") 308 if package_exists("binutils-aarch64-linux-gnu"): 309 packages.append("binutils-aarch64-linux-gnu") 310 if package_exists("binutils-mipsel-linux-gnu"): 311 packages.append("binutils-mipsel-linux-gnu") 312 if package_exists("binutils-mips64el-linux-gnuabi64"): 313 packages.append("binutils-mips64el-linux-gnuabi64")
|
/aosp_15_r20/external/python/cpython3/.azure-pipelines/windows-release/ |
D | mingw-lib.yml | 7 …://github.com/python/cpython-bin-deps --branch binutils --single-branch --depth 1 --progress -v "b… 9 & "binutils\gendef.exe" $_ | Out-File -Encoding ascii tmp.def 10 …& "binutils\dlltool.exe" --dllname $($_.BaseName).dll --def tmp.def --output-lib "$($_.Directory)\…
|
/aosp_15_r20/external/elfutils/doc/ |
H A D | README | 7 utilities found in binutils and consequently, the documentation for 8 most of the tools has been the the man pages for binutils. For example 12 page. Forking the man pages from binutils is acceptable and the 15 New utilities that do not have an analog in binutils can have their
|
/aosp_15_r20/external/harfbuzz_ng/.circleci/ |
H A D | config.yml | 34 …e && DEBIAN_FRONTEND=noninteractive sudo apt install -y git ninja-build binutils gcc g++ pkg-confi… 82 …t install -y python3 python3-pip python3-venv ninja-build clang lld git binutils pkg-config ragel … 97 …t install -y python3 python3-pip python3-venv ninja-build clang lld git binutils pkg-config ragel … 112 …t install -y python3 python3-pip python3-venv ninja-build clang lld git binutils pkg-config ragel … 128 - run: DEBIAN_FRONTEND=noninteractive apt install -y clang lld git binutils
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/ |
D | build-raring-multilib-toolchain.sh | 268 --binutils-version=*) BINUTILS_VERSION=$optarg 356 echo " --binutils-version=VERSION Binutils version number [$BINUTILS_VERSION]" 1268 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc isl cloog" 1472 task2_define configure_binutils "Configure binutils-$BINUTILS_VERSION" 1477 OUT_DIR=$(build_dir_for binutils) 1479 run $TOOLCHAIN_SRC_DIR/binutils/binutils-$BINUTILS_VERSION/configure \ 1490 task2_define build_binutils "Build binutils-$BINUTILS_VERSION" 1494 cd $(build_dir_for binutils) && 1498 task2_define install_binutils "Install binutils-$BINUTILS_VERSION" 1502 cd $(build_dir_for binutils) &&
|
/aosp_15_r20/external/clang/lib/Driver/ |
H A D | Tools.h | 315 /// cloudabi -- Directly call GNU Binutils linker 429 /// openbsd -- Directly call GNU Binutils assembler and linker 458 /// bitrig -- Directly call GNU Binutils assembler and linker 487 /// freebsd -- Directly call GNU Binutils assembler and linker 516 /// netbsd -- Directly call GNU Binutils assembler and linker 545 /// Directly call GNU Binutils' assembler and linker. 598 /// minix -- Directly call GNU Binutils assembler and linker 656 /// dragonfly -- Directly call GNU Binutils assembler and linker 729 /// MinGW -- Directly call GNU Binutils assembler and linker
|
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/mips/reg/ |
D | mips.rs | 10 /// Source: <https://github.com/bminor/binutils-gdb/blob/master/gdb/features/mips-cpu.xml> 29 /// Source: <https://github.com/bminor/binutils-gdb/blob/master/gdb/features/mips-cp0.xml> 42 /// Source: <https://github.com/bminor/binutils-gdb/blob/master/gdb/features/mips-fpu.xml> 55 /// Source: <https://github.com/bminor/binutils-gdb/blob/master/gdb/features/mips-dsp.xml> 80 /// Source: <https://github.com/bminor/binutils-gdb/blob/master/gdb/features/mips-dsp-linux.xml>
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/ |
D | symbolizer.go | 28 "github.com/google/pprof/internal/binutils" 47 // Symbolize attempts to symbolize profile p. First uses binutils on 82 // Symbolize locally using binutils. 131 if bu, ok := obj.(*binutils.Binutils); ok {
|
/aosp_15_r20/external/toybox/tests/ |
H A D | readelf.test | 9 # toybox uses Linux kernel architecture names, so rewrite binutils with sed. 142 # binutils doesn't line up the column headers for 64-bit ELF files. 143 # TODO: binutils readelf lies about trailing NULL entires binutils ld produces 182 # toybox does a better job of decoding Android's ELF notes than binutils.
|
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/ppc/reg/ |
D | common.rs | 8 /// * <https://github.com/bminor/binutils-gdb/blob/master/gdb/features/rs6000/powerpc-altivec32.xml> 9 /// * <https://github.com/bminor/binutils-gdb/blob/master/gdb/features/rs6000/power-core.xml> 10 /// * <https://github.com/bminor/binutils-gdb/blob/master/gdb/features/rs6000/power-fpu.xml> 11 /// * <https://github.com/bminor/binutils-gdb/blob/master/gdb/features/rs6000/power-altivec.xml>
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
D | x86_64-w64-mingw32-ranlib.1 | 136 .TH RANLIB 1 "2024-05-24" "binutils-2.27.0" "GNU Development Tools" 186 If \fIbinutils\fR was configured with 199 If \fIbinutils\fR was configured \fIwithout\fR 217 \&\fIar\fR\|(1), \fInm\fR\|(1), and the Info entries for \fIbinutils\fR.
|
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/x86/reg/ |
D | id.rs | 81 /// Source: <https://github.com/bminor/binutils-gdb/blob/master/gdb/features/i386/32bit-core.xml> 82 /// Additionally: <https://github.com/bminor/binutils-gdb/blob/master/gdb/features/i386/32bit-sse.x… 147 /// Source: <https://github.com/bminor/binutils-gdb/blob/master/gdb/features/i386/64bit-core.xml> 148 /// Additionally: <https://github.com/bminor/binutils-gdb/blob/master/gdb/features/i386/64bit-sse.x…
|
/aosp_15_r20/external/fec/ |
H A D | INSTALL | 16 "binutils" package. 18 You may obtain the latest binutils package through your normal 21 http://sources.redhat.com/binutils/
|
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/riscv/reg/ |
D | riscv.rs | 10 /// * [GNU binutils-gdb XML descriptions](https://github.com/bminor/binutils-gdb/blob/master/gdb/fe… 11 /// * [riscv-tdep.h](https://github.com/bminor/binutils-gdb/blob/master/gdb/riscv-tdep.h)
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
D | options.go | 24 "github.com/google/pprof/internal/binutils" 44 d.Obj = &binutils.Binutils{}
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_shared/gen/include/bits/ |
D | elf_arm.h | 12 #define EF_ARM_INTERWORK 0x00000004 /* GNU binutils 000413 */ 14 #define EF_ARM_APCS_26 0x00000008 /* GNU binutils 000413 */ 16 #define EF_ARM_APCS_FLOAT 0x00000010 /* GNU binutils 000413 */
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/generated-headers/bionic/libc/libc/android_vendor.32_arm64_armv8-a_shared/gen/include/bits/ |
D | elf_arm.h | 12 #define EF_ARM_INTERWORK 0x00000004 /* GNU binutils 000413 */ 14 #define EF_ARM_APCS_26 0x00000008 /* GNU binutils 000413 */ 16 #define EF_ARM_APCS_FLOAT 0x00000010 /* GNU binutils 000413 */
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv7-a-neon_shared/gen/include/bits/ |
D | elf_arm.h | 12 #define EF_ARM_INTERWORK 0x00000004 /* GNU binutils 000413 */ 14 #define EF_ARM_APCS_26 0x00000008 /* GNU binutils 000413 */ 16 #define EF_ARM_APCS_FLOAT 0x00000010 /* GNU binutils 000413 */
|