Searched refs:asm (Results 1 – 11 of 11) sorted by relevance
/build/soong/cmd/extract_linker/ |
D | main.go | 51 asm := &bytes.Buffer{} 56 fmt.Fprintln(asm, ".globl __dlwrap_linker_offset") 57 fmt.Fprintf(asm, ".set __dlwrap_linker_offset, 0x%x\n", baseLoadAddr) 80 fmt.Fprintf(asm, ".section %s, \"a%s\"\n", sectionName, flags) 83 fmt.Fprintln(asm, ".globl __dlwrap_linker") 84 fmt.Fprintln(asm, "__dlwrap_linker:") 85 fmt.Fprintln(asm) 88 fmt.Fprintf(asm, ".globl %s\n%s:\n\n", symName, symName) 95 bytesToAsm(asm, buffer) 104 fmt.Fprintf(asm, ".fill 0x%x, 1, 0\n", prog.Memsz-prog.Filesz) [all …]
|
/build/make/tools/warn/ |
D | other_warn_patterns.py | 43 def asm(description, pattern_list): function 79 asm('ASM value size does not match register size', 81 asm('IT instruction is deprecated', 83 asm('section flags ignored', 85 asm('setjmp/longjmp/vfork changed binding',
|
/build/bazel/rules/cc/ |
D | yasm.bzl | 19 """Build rule for converting `.asm` files to `.o` files with yasm.""" 37 fail("Unable to detect target platform for compiling .asm files") 57 doc = "Generate object files from a .asm file using yasm.", 61 allow_files = [".asm"], 62 doc = "The asm source files for this rule", 65 allow_files = [".inc", ".asm"], 99 include_srcs = native.glob(["**/*.inc", "**/*.asm"]),
|
D | yasm_test.bzl | 62 srcs = [name + "_file.asm"], 76 name + "_file1.asm", 77 name + "_file2.asm", 91 srcs = [name + "_file.asm"], 106 srcs = [name + "_file.asm"],
|
D | cc_library_static.bzl | 87 # asm attributes
|
/build/bazel/rules/ |
D | filegroup.bzl | 23 asm = [] 33 asm.append(f) 37 return cpp, c, asm
|
/build/bazel/rules/bpf/ |
D | bpf.bzl | 41 # The architecture doesn't matter here, but asm/types.h is included by linux/types.h. 42 "bionic/libc/kernel/uapi/asm-arm64",
|
/build/soong/makedeps/ |
D | deps_test.go | 219 …prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/e… 220 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/errno.h \ 221 …prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/errno-base…
|
/build/make/core/ |
D | binary.mk | 1151 asm_sources_asm := $(filter %.asm,$(my_src_files)) 1153 asm_objects_asm := $(addprefix $(intermediates)/,$(asm_sources_asm:.asm=.o)) 1154 $(asm_objects_asm): $(intermediates)/%.o: $(TOPDIR)$(LOCAL_PATH)/%.asm \ 1156 $(transform-asm-to-o)
|
D | definitions.mk | 1716 define transform-asm-to-o
|
/build/soong/docs/ |
D | perf.md | 224 ninja explain: out/soong/.intermediates/art/tools/cpp-define-generator/cpp-define-generator-asm-sup…
|