Searched refs:FUNC (Results 1 – 13 of 13) sorted by relevance
7 static inline bool FUNC(patch_vdso)(const char *path, void *vdso) in FUNC() function15 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()20 shstrtab = vdso + FUNC(swap_uint)(shdr->sh_offset); in FUNC()58 static inline bool FUNC(get_symbols)(const char *path, void *vdso) in FUNC() function69 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()96 symtab = vdso + FUNC(swap_uint)(shdr->sh_offset); in FUNC()97 st_entsize = FUNC(swap_uint)(shdr->sh_entsize); in FUNC()98 st_count = FUNC(swap_uint)(shdr->sh_size) / st_entsize; in FUNC()102 strtab = vdso + FUNC(swap_uint)(shdr->sh_offset); in FUNC()114 offset = FUNC(swap_uint)(sym->st_value); in FUNC()
89 #define FUNC(name) _FUNC(name, ELF_BITS) macro
19 #define FUNC(name) name macro21 #define FUNC(name) GLUE(.,name) macro26 #define FUNC(name) name macro88 bl FUNC(kvmppc_copy_to_svcpu)126 bl FUNC(kvmppc_entry_trampoline)157 bl FUNC(kvmppc_copy_from_svcpu)196 bl FUNC(kvmppc_handle_exit_pr)
30 #define FUNC(name) name macro32 #define FUNC(name) GLUE(.,name) macro37 #define FUNC(name) name macro
66 static FUNC const finit_table[] = {82 static FUNC const fstsw_table[] = {92 static FUNC const fp_nop_table[] = {
124 typedef void (*FUNC) (void); typedef
51 static FUNC const st_instr_table[64] = {
13 #define FUNC(x) \ macro67 FUNC(memmove)125 FUNC(memcpy) /* %o0=dst %o1=src %o2=len */
197 if (ip->fields & FUNC) in build_insn()
263 if (ip->fields & FUNC) in build_insn()
25 FUNC = 0x100, enumerator
240 #define emit_call(FUNC) \ argument242 unsigned int _off = (void *)(FUNC) - _here; \
513 #define FUNC 0x0000003f macro674 if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) { in simulate_rdhwr_normal()701 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) { in simulate_sync()
Completed in 23 milliseconds