HomeSort by relevance Sort by last modified time
    Searched defs:get_func (Results 1 - 4 of 4) sorted by null

  /external/llvm/test/MC/AArch64/
basic-pic.s 65 .globl get_func
66 .type get_func,@function
67 get_func: // @get_func label
70 adrp x0, :got:get_func
71 ldr x0, [x0, #:got_lo12:get_func]
74 .size get_func, .Ltmp4-get_func
78 // it can relax it because it knows where get_func is. It can't!
79 // CHECK: R_AARCH64_ADR_GOT_PAGE get_func
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
basic-pic.s 65 .globl get_func
66 .type get_func,@function
67 get_func: // @get_func label
70 adrp x0, :got:get_func
71 ldr x0, [x0, #:got_lo12:get_func]
74 .size get_func, .Ltmp4-get_func
78 // it can relax it because it knows where get_func is. It can't!
79 // CHECK: R_AARCH64_ADR_GOT_PAGE get_func
    [all...]
  /external/ltp/testcases/kernel/syscalls/mprotect/
mprotect04.c 144 static __attribute__((noinline)) void *get_func(void *mem) function
210 static void *get_func(void *mem, uintptr_t *func_page_offset) function
269 opd.entry = (uintptr_t)get_func(p, &func_page_offset);
272 func = get_func(p, &func_page_offset);
  /external/python/cpython3/Lib/test/
test_code.py 292 def get_func(self): member in class:CodeWeakRefTest.CoExtra
299 f = self.get_func()
307 f = self.get_func()
316 f = self.get_func()
324 f = self.get_func()
341 f = self.get_func()

Completed in 1224 milliseconds