Searched refs:str0 (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | recordmcount.h | 256 char const *const str0) in get_mcountsym() argument 262 char const *symname = &str0[w(symp->st_name)]; in get_mcountsym() 277 char const **str0, in get_sym_str_and_relp() argument 291 *str0 = (char const *)(_w(strsec->sh_offset) in get_sym_str_and_relp() 314 char const *str0; in sift_rel_mcount() local 321 get_sym_str_and_relp(relhdr, ehdr, &sym0, &str0, &relp); in sift_rel_mcount() 325 mcountsym = get_mcountsym(sym0, relp, str0); in sift_rel_mcount() 359 char const *str0; in nop_mcount() local 368 get_sym_str_and_relp(relhdr, ehdr, &sym0, &str0, &relp); in nop_mcount() 374 mcountsym = get_mcountsym(sym0, relp, str0); in nop_mcount()
|
| H A D | packramfs.c | 27 char str0[32]; in main() local 106 while( fscanf( fp_system_map, "%x %s %s", &addr, str0, str1 ) > 0 ) { in main()
|