Searched defs:fdesc (Results 1 – 9 of 9) sorted by relevance
61 struct fdesc struct66 # define get_fdesc(fdesc,func) (fdesc = *(struct fdesc *) &(func)) argument67 # define get_funcp(fdesc) ((template_t) &(fdesc)) argument68 # define get_gp(fdesc) ((fdesc).gp) argument70 struct fdesc struct76 # define get_fdesc(fdesc,func) ({long tmp = (long) &(func); \ argument81 # define get_funcp(fdesc) ((template_t) ((fdesc).code | (fdesc).is_thumb)) argument82 # define get_gp(fdesc) (0) argument84 struct fdesc struct88 # define get_fdesc(fdesc,func) (fdesc.code = (long) &(func)) argument[all …]
16 # define GET_ENTRY(fdesc) (((uintptr_t *) (fdesc))[0]) argument17 # define GET_GP(fdesc) (((uintptr_t *) (fdesc))[0]) argument20 # define GET_ENTRY(fdesc) ((uintptr_t ) (fdesc)) argument21 # define GET_GP(fdesc) (0) argument
85 struct xa_format_descriptor fdesc; in xa_get_pipe_format() local175 struct xa_format_descriptor fdesc = xa_get_pipe_format(xa_format); in xa_tracker_create() local239 struct xa_format_descriptor fdesc; in xa_get_format_stype_depth() local261 struct xa_format_descriptor fdesc = xa_get_pipe_format(xa_format); in xa_format_check_supported() local292 struct xa_format_descriptor fdesc; in xa_surface_create() local354 struct xa_format_descriptor fdesc; in xa_surface_redefine() local
67 struct xa_format_descriptor fdesc; member
70 struct fdesc { struct75 struct fdesc fdesc_clone; argument
250 struct unw_debug_frame_list *w, *fdesc = 0; in locate_debug_info() local369 struct unw_debug_frame_list *fdesc = 0; in dwarf_find_debug_frame() local854 struct unw_debug_frame_list *fdesc = (void *) di->u.ti.table_data; in dwarf_search_unwind_table() local
624 def parse_file(fdesc, file_options): argument981 def process_file(filename, fdesc, options): argument