Home
last modified time | relevance | path

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

/xnu-8796.141.3/libkern/kxld/
H A Dkxld_reloc.c126 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc,
139 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc,
154 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc,
167 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc,
766 u_char *instruction = NULL; in kxld_relocator_process_sect_reloc() local
779 instruction = sect->data + reloc->address; in kxld_relocator_process_sect_reloc()
792 rval = relocator->process_reloc(relocator, instruction, reloc->length, in kxld_relocator_process_sect_reloc()
833 u_char *instruction = NULL; in kxld_relocator_process_table_reloc() local
846 instruction = relocator->file + offset; in kxld_relocator_process_table_reloc()
862 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-8796.141.3/doc/
H A Drecount.md7 These two metrics are abbreviated to cycles-per-instruction, or CPI, for brevity.
/xnu-8796.141.3/libsyscall/mach/
H A Derr_server.sub192 "(server/exception) invalid instruction",
/xnu-8796.141.3/makedefs/
H A DMakeInc.def496 UBSAN_CHECKS_TRAP = vla-bound builtin # emit a trap instruction (no runtim…