Home
last modified time | relevance | path

Searched defs:file (Results 1 – 24 of 24) sorted by relevance

/xnu-8792.81.2/SETUP/kextsymboltool/
H A Dkextsymboltool.c236 count_symbols(char * file, vm_size_t file_size) in count_symbols()
285 store_symbols(char * file, vm_size_t file_size, struct symbol * symbols, uint32_t idx, uint32_t max… in store_symbols()
514 struct file { in main() struct
515 vm_offset_t mapped; in main()
516 vm_size_t mapped_size; in main()
517 uint32_t nsyms; in main()
518 boolean_t import; in main()
519 const char * path; in main()
/xnu-8792.81.2/SETUP/config/
H A Dopenp.c79 openp(const char *fpath, char *file, char *complete, int flags, int mode) in openp()
90 fopenp(const char *fpath, char *file, char *complete, const char *ftype) in fopenp()
H A Dsearchp.c68 searchp(const char *spath, char *file, char *fullname, int (*func)(char *)) in searchp() argument
H A Dmain.c217 path(const char *file) in path()
H A Dparser.y33 struct file_list *file; member
H A Dmkheaders.c110 char *file, *name; in do_header() local
H A Dmkmakefile.c97 fl_lookup(char *file) in fl_lookup()
113 fltail_lookup(char *file) in fltail_lookup()
/xnu-8792.81.2/osfmk/ipc/
H A Dmig_log.c103 char *file, in MigEventTracer()
119 char *file, in MigEventErrors()
/xnu-8792.81.2/tools/
H A Dsymbolify.py22 def nm(file): argument
28 def __init__(self, file, min_width=16): argument
/xnu-8792.81.2/libkern/kxld/
H A Dkxld_util.c283 validate_and_swap_macho_32(u_char *file, u_long size in validate_and_swap_macho_32()
464 validate_and_swap_macho_64(u_char *file, u_long size in validate_and_swap_macho_64()
645 unswap_macho(u_char *file, enum NXByteOrder host_order, in unswap_macho()
664 unswap_macho_32(u_char *file, enum NXByteOrder host_order, in unswap_macho_32()
722 unswap_macho_64(u_char *file, enum NXByteOrder host_order, in unswap_macho_64()
H A Dkxld.c365 u_char * file, in kxld_link_file()
482 u_char *file, in init_kext_objects()
564 get_object_for_file(KXLDContext *context, u_char *file, u_long size, in get_object_for_file()
H A Dkxld_object.c84 u_char *file; // used by old interface member
215 kxld_object_init_from_macho(KXLDObject *object, u_char *file, u_long size, in kxld_object_init_from_macho()
479 get_macho_slice_for_arch(KXLDObject *object, u_char *file, u_long size) in get_macho_slice_for_arch()
1160 get_macho_cmd_data_32(u_char *file, u_long offset, u_int *filetype, u_int *ncmds) in get_macho_cmd_data_32()
1180 get_macho_cmd_data_64(u_char *file, u_long offset, u_int *filetype, u_int *ncmds) in get_macho_cmd_data_64()
H A Dkxld_reloc.h68 u_char *file; member
H A Dkxld_reloc.c209 kxld_relocator_init(KXLDRelocator *relocator, u_char *file, in kxld_relocator_init()
/xnu-8792.81.2/EXTERNAL_HEADERS/corecrypto/
H A Dcc_macros.h31 CC_UNUSED static char *cc_strstr(const char *file) { in cc_strstr()
42 #define __CC_DEBUG_REQUIRE_MESSAGE(name, assertion, label, message, file, line, value) \ argument
/xnu-8792.81.2/osfmk/corecrypto/
H A Dcc_macros.h56 cc_strstr(const char *file) in cc_strstr()
70 #define __CC_DEBUG_REQUIRE_MESSAGE(name, assertion, label, message, file, line, value) \ argument
/xnu-8792.81.2/tests/
H A Dpoll.c55 int file, dir, pipes[2]; variable
H A Dkqueue_file_tests.c258 makepath(char *buf, const char *dir, const char *file) in makepath()
/xnu-8792.81.2/tools/lldbmacros/
H A Dmacho.py176 def __init__(self, file): argument
/xnu-8792.81.2/tools/kt-dump/
H A Dkt-dump.cpp260 std::ifstream file(path, std::ifstream::binary); in read_file() local
/xnu-8792.81.2/EXTERNAL_HEADERS/
H A DAssertMacros.h215 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \ argument
219 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \ argument
/xnu-8792.81.2/iokit/Kernel/
H A DIOHibernateRestoreKernel.c284 __hib_assert(const char *file, int line, const char *expression) in __hib_assert()
/xnu-8792.81.2/osfmk/kern/
H A Ddebug.c696 const char *file, in Assert()
/xnu-8792.81.2/bsd/security/audit/
H A Daudit_bsm_token.c528 au_to_file(const char *file, struct timeval tm) in au_to_file()