Home
last modified time | relevance | path

Searched defs:objcopy (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/
H A DConfigManager.cpp14 namespace objcopy { namespace
H A DCommonConfig.cpp12 namespace objcopy { namespace
H A DObjCopy.cpp32 namespace objcopy { namespace
H A DArchive.cpp19 namespace objcopy { namespace
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/
H A DWasmObject.cpp15 namespace objcopy { namespace
H A DWasmReader.cpp12 namespace objcopy { namespace
H A DWasmWriter.cpp17 namespace objcopy { namespace
H A DWasmObjcopy.cpp18 namespace objcopy { namespace
/aosp_15_r20/external/angle/build/
H A Dextract_partition.py38 def _ExtractPartition(objcopy, input_elf, output_elf, partition): argument
/aosp_15_r20/external/cronet/build/
H A Dextract_partition.py38 def _ExtractPartition(objcopy, input_elf, output_elf, partition): argument
/aosp_15_r20/external/libdav1d/tests/libfuzzer/
H A Dmeson.build72 objcopy = find_program('objcopy', variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObjcopy.cpp18 namespace objcopy { namespace
H A DXCOFFWriter.cpp13 namespace objcopy { namespace
H A DXCOFFReader.cpp12 namespace objcopy { namespace
/aosp_15_r20/external/arm-trusted-firmware/tools/renesas/rzg_layout_create/
H A Dmakefile75 objcopy = $(CROSS_COMPILE)objcopy macro
/aosp_15_r20/external/arm-trusted-firmware/tools/renesas/rcar_layout_create/
H A Dmakefile78 objcopy = $(CROSS_COMPILE)objcopy macro
/aosp_15_r20/external/ltp/testcases/kernel/kvm/
H A DMakefile63objcopy -O binary -j .init.boot -j .text -j .data -j .init -j .preinit_array -j .init_array --gap-… macro
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp14 namespace objcopy { namespace
H A DCOFFReader.cpp20 namespace objcopy { namespace
H A DCOFFObjcopy.cpp24 namespace objcopy { namespace
H A DCOFFWriter.cpp21 namespace objcopy { namespace
/aosp_15_r20/external/python/cpython2/Lib/test/
Dpickletester.py498 def assert_is_copy(self, obj, objcopy, msg=None): argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2767 namespace objcopy { namespace
/aosp_15_r20/external/python/cpython3/Lib/test/
Dpickletester.py838 def assert_is_copy(self, obj, objcopy, msg=None): argument
Dtest_descr.py5297 def _assert_is_copy(self, obj, objcopy, msg=None): argument