Home
last modified time | relevance | path

Searched refs:redefine (Results 1 – 25 of 113) sorted by relevance

12345

/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/
Dredefine-symbol.s6 # RUN: llvm-objcopy --redefine-sym _func=_cnuf1234 --redefine-sym _foo=_ba --redefine-sym=_notexist…
12 # RUN: llvm-objcopy --redefine-syms %t.rename.txt %t %t3 2>&1 | count 0
36 ## Check that --redefine-sym executes before --strip-symbol.
37 # RUN: llvm-objcopy --strip-symbol _foo --redefine-sym _foo=_ba %t %t.notstripped
43 # RUN: llvm-objcopy --strip-symbol _ba --redefine-sym _foo=_ba %t %t.noba
/external/llvm-project/llvm/test/tools/llvm-objcopy/
Dredefine-symbols.test5 # RUN: not llvm-objcopy --redefine-sym bar %t /dev/null 2>&1 | FileCheck %s --check-prefix=BAD-FORM…
6 # BAD-FORMAT: bad format for --redefine-sym
8 # RUN: not llvm-objcopy --redefine-sym foo=f1 --redefine-sym foo=f2 %t /dev/null 2>&1 | FileCheck %…
13 # RUN: not llvm-objcopy --redefine-syms %t.rename.txt %t /dev/null 2>&1 | FileCheck %s --check-pref…
16 # RUN: not llvm-objcopy --redefine-syms %t.rename-none.txt %t /dev/null 2>&1 | FileCheck %s --check…
/external/llvm-project/llvm/test/tools/llvm-objcopy/COFF/
Dredefine-symbol.test4 # RUN: llvm-objcopy --redefine-sym func=cnuf1234 --redefine-sym foo=ba --redefine-sym=notexist= %t …
10 # RUN: llvm-objcopy --redefine-syms %t.rename.txt %t %t3 2>&1 | count 0
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dredefine-symbol.test2 # RUN: llvm-objcopy --redefine-sym foo=oof --redefine-sym empty= %t %t2
7 # RUN: llvm-objcopy --redefine-syms %t.rename1.txt --redefine-syms %t.rename2.txt %t %t4
Dshared-strtab-shstrtab.s40 # RUN: llvm-objcopy %t.o %t.redefine-symbol --redefine-sym foo=oof
41 # RUN: llvm-readobj --section-headers --symbols %t.redefine-symbol \
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/internal/
DAttach.kt26 .redefine(cl2) in attach()
36 .redefine(cl2) in detach()
/external/llvm-project/lld/test/ELF/
Dglobal-offset-table-position-redef-err.s7 # and give a multiple definition error if input objects attempt to redefine it.
9 # CHECK: ld.lld: error: {{.*o}} cannot redefine linker defined symbol '_GLOBAL_OFFSET_TABLE_'
/external/javassist/src/main/javassist/util/
DHotSwapAgent.java110 public static void redefine(Class<?> oldClass, CtClass newClass) in redefine() method in HotSwapAgent
115 redefine(old, newClasses); in redefine()
121 public static void redefine(Class<?>[] oldClasses, CtClass[] newClasses) in redefine() method in HotSwapAgent
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DExtendedType.java72 protected void redefine(int nodetype, String namespace, String localName) in redefine() method in ExtendedType
85 protected void redefine(int nodetype, String namespace, String localName, int hash) in redefine() method in ExtendedType
/external/deqp-deps/glslang/Test/
D430scope.vert24 float sin(float x); // okay, can redefine built-in functions
25 float cos(float x) // okay, can redefine built-in functions
D300scope.vert24 float sin(float x); // ERROR: can't redefine built-in functions
25 float cos(float x) // ERROR: can't redefine built-in functions
D100scope.vert24 float sin(float x); // ERROR: can't redefine built-in functions
25 float cos(float x) // ERROR: can't redefine built-in functions
D110scope.vert24 float sin(float x); // okay, can redefine built-in functions
25 float cos(float x) // okay, can redefine built-in functions
/external/skqp/docs/
Dmarkup.bmh3 # redefine markup character so examples below will not be parsed
38 ###x <- redefine the markup character as 'x'
/external/dtc/tests/
Dnonexist-node-ref2.dts8 /* Try to redefine a node using a non-existent label */
/external/llvm-project/llvm/test/MC/ARM/
Ddot-req.s4 @ The line is duplicated on purpose, it is legal to redefine a req with
/external/llvm/test/MC/ARM/
Ddot-req.s4 @ The line is duplicated on purpose, it is legal to redefine a req with
/external/clang/test/Modules/Inputs/submodules-merge-defs/
Dmodule.modulemap9 header "import-and-redefine.h"
/external/llvm-project/clang/test/Modules/Inputs/submodules-merge-defs/
Dmodule.modulemap9 header "import-and-redefine.h"
/external/javassist/src/test/javassist/
DHotswapTest.java33 HotSwapAgent.redefine(Foo.class, clazz); in testHotswap()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vbo.c187 unsigned i, redefine; local
207 redefine = MAX2(vertex->num_elements, nv30->state.num_vtxelts);
208 if (redefine == 0)
211 BEGIN_NV04(push, NV30_3D(VTXFMT(0)), redefine);
/external/llvm-project/clang/test/SemaObjC/
Did.m18 // Test attempt to redefine 'id' in an incompatible fashion.
/external/clang/test/SemaObjC/
Did.m18 // Test attempt to redefine 'id' in an incompatible fashion.
/external/llvm-project/llvm/tools/llvm-objcopy/
DObjcopyOpts.td56 : Eq<"redefine-sym", "Change the name of a symbol old to new">,
59 : Eq<"redefine-syms",
61 "--redefine-sym=<old>=<new> is set for each one. <filename> "
/external/angle/src/libANGLE/renderer/d3d/
DImageD3D.h54 virtual bool redefine(gl::TextureType type,

12345