Home
last modified time | relevance | path

Searched defs:fdesc (Results 1 – 9 of 9) sorted by relevance

/external/libunwind/tests/
DGtest-dyn1.c61 struct fdesc struct
66 # define get_fdesc(fdesc,func) (fdesc = *(struct fdesc *) &(func)) argument
67 # define get_funcp(fdesc) ((template_t) &(fdesc)) argument
68 # define get_gp(fdesc) ((fdesc).gp) argument
70 struct fdesc struct
76 # define get_fdesc(fdesc,func) ({long tmp = (long) &(func); \ argument
81 # define get_funcp(fdesc) ((template_t) ((fdesc).code | (fdesc).is_thumb)) argument
82 # define get_gp(fdesc) (0) argument
84 struct fdesc struct
88 # define get_fdesc(fdesc,func) (fdesc.code = (long) &(func)) argument
[all …]
Dia64-test-dyn1.c16 # define GET_ENTRY(fdesc) (((uintptr_t *) (fdesc))[0]) argument
17 # define GET_GP(fdesc) (((uintptr_t *) (fdesc))[0]) argument
20 # define GET_ENTRY(fdesc) ((uintptr_t ) (fdesc)) argument
21 # define GET_GP(fdesc) (0) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
Dxa_tracker.c85 struct xa_format_descriptor fdesc; in xa_get_pipe_format() local
175 struct xa_format_descriptor fdesc = xa_get_pipe_format(xa_format); in xa_tracker_create() local
239 struct xa_format_descriptor fdesc; in xa_get_format_stype_depth() local
261 struct xa_format_descriptor fdesc = xa_get_pipe_format(xa_format); in xa_format_check_supported() local
292 struct xa_format_descriptor fdesc; in xa_surface_create() local
354 struct xa_format_descriptor fdesc; in xa_surface_redefine() local
Dxa_priv.h67 struct xa_format_descriptor fdesc; member
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tracker.c85 struct xa_format_descriptor fdesc; in xa_get_pipe_format() local
175 struct xa_format_descriptor fdesc = xa_get_pipe_format(xa_format); in xa_tracker_create() local
239 struct xa_format_descriptor fdesc; in xa_get_format_stype_depth() local
261 struct xa_format_descriptor fdesc = xa_get_pipe_format(xa_format); in xa_format_check_supported() local
292 struct xa_format_descriptor fdesc; in xa_surface_create() local
354 struct xa_format_descriptor fdesc; in xa_surface_redefine() local
Dxa_priv.h67 struct xa_format_descriptor fdesc; member
/external/oprofile/module/ia64/
Dop_syscalls.c70 struct fdesc { struct
75 struct fdesc fdesc_clone; argument
/external/libunwind/src/dwarf/
DGfind_proc_info-lsb.c250 struct unw_debug_frame_list *w, *fdesc = 0; in locate_debug_info() local
369 struct unw_debug_frame_list *fdesc = 0; in dwarf_find_debug_frame() local
854 struct unw_debug_frame_list *fdesc = (void *) di->u.ti.table_data; in dwarf_search_unwind_table() local
/external/nanopb-c/generator/
Dnanopb_generator.py624 def parse_file(fdesc, file_options): argument
981 def process_file(filename, fdesc, options): argument