Searched refs:comment (Results 1 – 8 of 8) sorted by relevance
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | trap_telemetry.h | 214 const char *(*handle_breakpoint)(void *states, uint16_t comment); 228 find_brk_descriptor_by_comment(uint16_t comment) in find_brk_descriptor_by_comment() argument 231 if (comment >= des->base && comment <= des->max) { in find_brk_descriptor_by_comment()
|
| /xnu-11417.121.6/osfmk/i386/ |
| H A D | trap.c | 134 static void panic_trap(x86_saved_state64_t *saved_state, uint16_t comment, const char *trapreason, … 513 xnu_soft_trap_handle_breakpoint(void *tstate, uint16_t comment) in xnu_soft_trap_handle_breakpoint() argument 516 if (comment == CLANG_SOFT_TRAP_BOUND_CHK) { in xnu_soft_trap_handle_breakpoint() 524 xnu_hard_trap_handle_breakpoint(void *tstate, uint16_t comment) in xnu_hard_trap_handle_breakpoint() argument 529 switch (comment) { in xnu_hard_trap_handle_breakpoint() 591 uint16_t comment; in handle_kernel_breakpoint() local 605 comment = inst_buf[5] << 8 | inst_buf[4]; in handle_kernel_breakpoint() 609 comment = inst_buf[4]; in handle_kernel_breakpoint() 615 *out_comment = comment; in handle_kernel_breakpoint() 617 desc = find_brk_descriptor_by_comment(comment); in handle_kernel_breakpoint() [all …]
|
| /xnu-11417.121.6/osfmk/arm64/ |
| H A D | sleh.c | 1186 brk_comment_is_ptrauth(uint16_t comment) in brk_comment_is_ptrauth() argument 1188 return comment >= PTRAUTH_TRAP_START && in brk_comment_is_ptrauth() 1189 comment <= PTRAUTH_TRAP_START + ptrauth_key_asdb; in brk_comment_is_ptrauth() 1210 ptrauth_handle_brk_trap(void *tstate, uint16_t comment) in ptrauth_handle_brk_trap() argument 1215 ptrauth_key key = (ptrauth_key)(comment - PTRAUTH_TRAP_START); in ptrauth_handle_brk_trap() 1221 comment, key_str, saved_state64(state)->x[16]); in ptrauth_handle_brk_trap() 1233 uint16_t comment) in xnu_soft_trap_handle_breakpoint() argument 1236 if (comment == UBSAN_SOFT_TRAP_SIGNED_OF) { in xnu_soft_trap_handle_breakpoint() 1237 ubsan_handle_brk_trap(tstate, comment); in xnu_soft_trap_handle_breakpoint() 1243 if (comment == CLANG_SOFT_TRAP_BOUND_CHK) { in xnu_soft_trap_handle_breakpoint() [all …]
|
| /xnu-11417.121.6/libkern/zlib/ |
| H A D | inflate.c | 759 state->head->comment != Z_NULL && in inflate() 761 state->head->comment[state->length++] = (Bytef)len; in inflate() 770 state->head->comment = Z_NULL; in inflate()
|
| H A D | deflate.c | 629 (s->gzhead->comment == Z_NULL ? 0 : 16) in deflate() 740 if (s->gzhead->comment != NULL) { in deflate() 756 val = s->gzhead->comment[s->gzindex++]; in deflate()
|
| /xnu-11417.121.6/libkern/libkern/ |
| H A D | zlib.h | 146 Bytef *comment;/* pointer to zero-terminated comment or Z_NULL */ member
|
| /xnu-11417.121.6/config/ |
| H A D | MASTER | 28 # the attribute selector list, found in a comment at the end of
|
| /xnu-11417.121.6/tools/lldbmacros/ |
| H A D | README.md | 361 …* if a class variable is supposed to hold non native type of object, it is good idea to comment wh…
|