Home
last modified time | relevance | path

Searched refs:_w (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h50 #undef _w
84 # define _w w8 macro
117 # define _w w macro
131 return ELF_R_SYM(_w(rp->r_info)); in fn_ELF_R_SYM()
137 rp->r_info = _w(ELF_R_INFO(sym, type)); in fn_ELF_R_INFO()
167 Elf_Addr current_r_offset = _w(rp->r_offset); in MIPS_is_fake_mcount()
193 uint_t const old_shoff = _w(ehdr->e_shoff); in append_func()
194 uint_t const old_shstr_sh_size = _w(shstr->sh_size); in append_func()
195 uint_t const old_shstr_sh_offset = _w(shstr->sh_offset); in append_func()
196 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size); in append_func()
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h441 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')) in __sputc()
451 (--(p)->_w < 0 ? \
452 (p)->_w >= (p)->_lbfsize ? \
497 #define fast_putc(x,p) (--(p)->_w < 0 ? \
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dreent.h152 int _w; /* write space left for putc() */ member
169 int _w; /* write space left for putc() */ member
217 int _w; /* write space left for putc() */ member
448 var->__sf_fake._w = 0; \