OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xlate_ctx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils.old/dist/gas/
gen-sframe.c
857
struct sframe_xlate_ctx*
xlate_ctx
= XCNEW (struct sframe_xlate_ctx);
local
858
return
xlate_ctx
;
864
sframe_xlate_ctx_init (struct sframe_xlate_ctx *
xlate_ctx
)
866
xlate_ctx
->dw_fde = NULL;
867
xlate_ctx
->first_fre = NULL;
868
xlate_ctx
->last_fre = NULL;
869
xlate_ctx
->cur_fre = NULL;
870
xlate_ctx
->remember_fre = NULL;
871
xlate_ctx
->num_xlate_fres = 0;
877
sframe_xlate_ctx_cleanup (struct sframe_xlate_ctx *
xlate_ctx
)
1882
struct sframe_
xlate_ctx
*
xlate_ctx
= sframe_
xlate_ctx
_alloc ();
local
[
all
...]
/src/external/gpl3/binutils/dist/gas/
gen-sframe.c
1073
struct sframe_xlate_ctx*
xlate_ctx
= XCNEW (struct sframe_xlate_ctx);
local
1074
return
xlate_ctx
;
1080
sframe_xlate_ctx_init (struct sframe_xlate_ctx *
xlate_ctx
)
1082
xlate_ctx
->dw_fde = NULL;
1083
xlate_ctx
->flex_p = false;
1084
xlate_ctx
->first_fre = NULL;
1085
xlate_ctx
->last_fre = NULL;
1086
xlate_ctx
->cur_fre = NULL;
1087
xlate_ctx
->remember_fre = NULL;
1088
xlate_ctx
->num_xlate_fres = 0
2473
struct sframe_
xlate_ctx
*
xlate_ctx
= sframe_
xlate_ctx
_alloc ();
local
[
all
...]
Completed in 19 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026