Searched refs:comment (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | trap_telemetry.h | 250 const char *(*handle_breakpoint)(void *states, uint16_t comment); 264 find_kernel_brk_descriptor_by_comment(uint16_t comment) in find_kernel_brk_descriptor_by_comment() argument 267 if (comment >= des->base && comment <= des->max) { in find_kernel_brk_descriptor_by_comment()
|
| /xnu-12377.41.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_kernel_brk_descriptor_by_comment(comment); in handle_kernel_breakpoint() [all …]
|
| /xnu-12377.41.6/osfmk/arm64/ |
| H A D | sleh.c | 1291 ptrauth_handle_brk_trap(void *tstate, uint16_t comment) in ptrauth_handle_brk_trap() argument 1296 ptrauth_key key = (ptrauth_key)(comment - PTRAUTH_TRAP_START); in ptrauth_handle_brk_trap() 1302 comment, key_str, saved_state64(state)->x[16]); in ptrauth_handle_brk_trap() 1314 uint16_t comment) in xnu_soft_trap_handle_breakpoint() argument 1317 if (comment == UBSAN_SOFT_TRAP_SIGNED_OF) { in xnu_soft_trap_handle_breakpoint() 1318 ubsan_handle_brk_trap(tstate, comment); in xnu_soft_trap_handle_breakpoint() 1324 if (comment == CLANG_SOFT_TRAP_BOUND_CHK) { in xnu_soft_trap_handle_breakpoint() 1332 xnu_hard_trap_handle_breakpoint(void *tstate, uint16_t comment) in xnu_hard_trap_handle_breakpoint() argument 1337 switch (comment) { in xnu_hard_trap_handle_breakpoint() 1410 uint16_t comment = ISS_BRK_COMMENT(esr); in handle_kernel_breakpoint() local [all …]
|
| /xnu-12377.41.6/tests/unit/tools/ |
| H A D | generate_ut_proj.py | 152 def padd(self, k, v, comment=None): argument 153 self.p.append((k, v, comment)) 163 for k, v, comment in self.p: 166 if comment is None: 173 for k, v, comment in self.p: 176 if comment is None: 213 self.padd("fileRef", self.file.ref.id, comment=self.file.name) 292 self.padd("productReference", file_ref.id, comment=file_ref.name) 317 self.padd("buildConfigurationList", cfg_lst.id, comment=cfg_lst.name)
|
| /xnu-12377.41.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-12377.41.6/libkern/libkern/ |
| H A D | zlib.h | 146 Bytef *comment;/* pointer to zero-terminated comment or Z_NULL */ member
|
| /xnu-12377.41.6/config/ |
| H A D | MASTER | 28 # the attribute selector list, found in a comment at the end of
|
| /xnu-12377.41.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…
|