Home | History | Annotate | Download | only in libdw

Lines Matching refs:t_

250   ({ uint16_t t_ = read_2ubyte_unaligned (Dbg, Addr);			      \
252 t_; })
254 ({ int16_t t_ = read_2sbyte_unaligned (Dbg, Addr); \
256 t_; })
259 ({ uint32_t t_ = read_4ubyte_unaligned (Dbg, Addr); \
261 t_; })
263 ({ int32_t t_ = read_4sbyte_unaligned (Dbg, Addr); \
265 t_; })
268 ({ uint64_t t_ = read_8ubyte_unaligned (Dbg, Addr); \
270 t_; })
272 ({ int64_t t_ = read_8sbyte_unaligned (Dbg, Addr); \
274 t_; })