Searched refs:instruction (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.141.1/libkern/kxld/ |
| H A D | kxld_reloc.c | 127 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc, 140 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc, 155 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc, 168 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc, 767 u_char *instruction = NULL; in kxld_relocator_process_sect_reloc() local 780 instruction = sect->data + reloc->address; in kxld_relocator_process_sect_reloc() 793 rval = relocator->process_reloc(relocator, instruction, reloc->length, in kxld_relocator_process_sect_reloc() 834 u_char *instruction = NULL; in kxld_relocator_process_table_reloc() local 847 instruction = relocator->file + offset; in kxld_relocator_process_table_reloc() 863 rval = relocator->process_reloc(relocator, instruction, reloc->length, in kxld_relocator_process_table_reloc() [all …]
|
| H A D | kxld_reloc.h | 55 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc,
|
| /xnu-10063.141.1/libsyscall/mach/ |
| H A D | err_server.sub | 192 "(server/exception) invalid instruction",
|
| /xnu-10063.141.1/doc/observability/ |
| H A D | recount.md | 11 These two metrics are abbreviated to cycles-per-instruction, or CPI, for brevity.
|
| /xnu-10063.141.1/makedefs/ |
| H A D | MakeInc.def | 516 UBSAN_CHECKS_TRAP = vla-bound builtin # emit a trap instruction (no runtim…
|