Lines Matching +full:0 +full:x03ffffff

49 	ftp->ftps_offs[0] = 0;  in dt_pid_create_entry_probe()
51 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) { in dt_pid_create_entry_probe()
68 int srdepth = 0; in dt_pid_create_return_probe()
85 text[symp->st_size / 4] = 0; in dt_pid_create_return_probe()
90 ftp->ftps_noffs = 0; in dt_pid_create_return_probe()
92 for (i = 0; i < symp->st_size / 4; i++) { in dt_pid_create_return_probe()
94 if ((text[i] & 0xfc000001) != 0x48000000 && in dt_pid_create_return_probe()
95 text[i] != 0x4e800020) in dt_pid_create_return_probe()
102 if ((text[i] & 0xfc000000) == 0x48000000) { in dt_pid_create_return_probe()
103 temp = (text[i] & 0x03fffffc); in dt_pid_create_return_probe()
105 if (!(text[i] & 0x02)) { in dt_pid_create_return_probe()
110 if (temp & 0x02000000) { in dt_pid_create_return_probe()
111 temp |= (UINTPTR_MAX - 0x03ffffff); in dt_pid_create_return_probe()
123 if (ftp->ftps_noffs > 0) { in dt_pid_create_return_probe()
124 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) { in dt_pid_create_return_probe()
140 if (off & 0x3) in dt_pid_create_offset_probe()
147 ftp->ftps_offs[0] = off; in dt_pid_create_offset_probe()
149 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) { in dt_pid_create_offset_probe()
168 ftp->ftps_noffs = 0; in dt_pid_create_glob_offset_probes()
176 if (strcmp("*", pattern) == 0) { in dt_pid_create_glob_offset_probes()
177 for (i = 0; i < symp->st_size; i += 4) { in dt_pid_create_glob_offset_probes()
183 for (i = 0; i < symp->st_size; i += 4) { in dt_pid_create_glob_offset_probes()
190 if (ioctl(dtp->dt_ftfd, FASTTRAPIOC_MAKEPROBE, ftp) != 0) { in dt_pid_create_glob_offset_probes()