OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nat_loc
(Results
1 - 2
of
2
) sorted by null
/external/libunwind/src/ia64/
Gregs.c
249
update_nat (struct cursor *c, ia64_loc_t
nat_loc
, unw_word_t mask,
255
ret = ia64_get (c,
nat_loc
, &nat_word);
265
ret = ia64_put (c,
nat_loc
, nat_word);
274
ia64_loc_t
nat_loc
, ia64_loc_t reg_loc, uint8_t nat_bitnr,
328
if ((IA64_IS_REG_LOC (
nat_loc
)
329
&& (unsigned) (IA64_GET_REG (
nat_loc
) - UNW_IA64_NAT) < 128)
333
return ia64_put (c,
nat_loc
, *valp);
335
return ia64_get (c,
nat_loc
, valp);
338
if (IA64_IS_NULL_LOC (
nat_loc
))
356
return update_nat (c,
nat_loc
, mask, valp, write)
363
ia64_loc_t loc, reg_loc,
nat_loc
;
local
[
all
...]
Gscript.c
504
ia64_loc_t
nat_loc
, uint8_t bitnr)
508
c->loc[dst - IA64_REG_R4 + IA64_REG_NAT4] =
nat_loc
;
520
ia64_loc_t loc,
nat_loc
;
local
601
if ((ret = ia64_get_stacked (c, val, &loc, &
nat_loc
)) < 0)
604
set_nat_info (c, dst,
nat_loc
, rse_slot_num (IA64_GET_ADDR (loc)));
609
nat_loc
= ia64_scratch_loc (c, val + (UNW_IA64_NAT - UNW_IA64_GR),
611
set_nat_info (c, dst,
nat_loc
, nat_bitnr);
Completed in 694 milliseconds