HomeSort by relevance Sort by last modified time
    Searched refs:exported_function (Results 1 - 6 of 6) sorted by null

  /external/boringssl/src/util/fipstools/delocate/testdata/ppc64le-Sample/
in.s 37 .string "exported_function is %p\n"
50 .quad exported_function
127 bl exported_function
139 .globl exported_function
140 .type exported_function, @function
141 exported_function: label
144 .localentry exported_function,.-exported_function
159 .size exported_function,.-exported_function
    [all...]
out.s 50 .string "exported_function is %p\n"
68 .quad exported_function
375 # WAS bl exported_function
388 .globl exported_function
389 .type exported_function, @function
391 exported_function: label
399 .localentry exported_function,.-exported_function
416 .size exported_function,.-exported_function
    [all...]
  /external/boringssl/src/util/fipstools/delocate/testdata/ppc64le-Sample2/
in.s 11 .quad exported_function
15 .globl exported_function
16 .type exported_function, @function
17 exported_function: label
20 .localentry exported_function,.-exported_function
103 .size exported_function,.-exported_function
171 bl exported_function
212 .string "exported_function is %p\n
    [all...]
out.s 19 .quad exported_function
24 .globl exported_function
25 .type exported_function, @function
27 exported_function: label
35 .localentry exported_function,.-exported_function
256 .size exported_function,.-exported_function
468 # WAS bl exported_function
519 .string "exported_function is %p\n
    [all...]
  /external/tensorflow/tensorflow/python/util/
tf_export_test.py 200 exported_function = export_decorator(decorated_function)
201 self.assertEquals(decorated_function, exported_function)
  /external/v8/src/wasm/
wasm-objects.cc 824 auto exported_function = Handle<WasmExportedFunction>::cast(function); local
    [all...]

Completed in 642 milliseconds