Home
last modified time | relevance | path

Searched refs:instruction (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.141.1/libkern/kxld/
H A Dkxld_reloc.c127 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 Dkxld_reloc.h55 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc,
/xnu-10063.141.1/libsyscall/mach/
H A Derr_server.sub192 "(server/exception) invalid instruction",
/xnu-10063.141.1/doc/observability/
H A Drecount.md11 These two metrics are abbreviated to cycles-per-instruction, or CPI, for brevity.
/xnu-10063.141.1/makedefs/
H A DMakeInc.def516 UBSAN_CHECKS_TRAP = vla-bound builtin # emit a trap instruction (no runtim…