Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.1.9/tools/
H A Dsymbolify.py30 self.symbols = [parse_nm_output(l) for l in nm(file)]
31 self.symbols.sort(key=lambda x: x[0])
42 for s in self.symbols:
/xnu-12377.1.9/tests/unit/tools/
H A Dxnu_lib.unexport1 # The symbols in this file are symbols that darwintest main uses from libc and that XNU defines.
/xnu-12377.1.9/SETUP/kextsymboltool/
H A Dkextsymboltool.c285 store_symbols(char * file, vm_size_t file_size, struct symbol * symbols, uint32_t idx, uint32_t max… in store_symbols() argument
452 symbols[idx].name = name; in store_symbols()
453 symbols[idx].name_len = name_len; in store_symbols()
454 symbols[idx].indirect = indirect; in store_symbols()
455 symbols[idx].indirect_len = indirect_len; in store_symbols()
456 symbols[idx].flags = (obsolete) ? kObsolete : 0; in store_symbols()
458 strtabsize += symbols[idx].name_len + symbols[idx].indirect_len; in store_symbols()
/xnu-12377.1.9/tests/sched/sched_test_harness/
H A DREADME.md10 …iling unneeded symbols and includes with the guard `#if !SCHED_TEST_HARNESS`. We can also explicit…
13 …s. We can also create custom versions of needed headers, containing only symbols used in the test …
/xnu-12377.1.9/tools/lldbmacros/core/
H A Dxnu_lldb_init.py24 for s in m.symbols:
/xnu-12377.1.9/doc/debugging/
H A Ddebugging.md173 You can speed up few things by using local symbols:
177 # 2. Grab symbols with dsymForUUID
180 # 3. Run lldb with local symbols to avoid dsymForUUID NFS
325 …Adding dSYM (049b9a29-2efc-32c0-8a7f-5f29c12b870c) for /Library/Caches/com.apple.bni.symbols/bursa…
/xnu-12377.1.9/tools/lldbmacros/
H A DREADME.md38 …* start lldb with the right symbols file. If you do not know the version apriori, then enable dsym…
40 bash$ lldb /path/to/mach_kernel.symbols
433 …le. This makes debugging very easy since they can get loaded automatically when symbols are loaded.
436 …. This will disable the automatic setup of lldbmacros and the operating_system.py from the symbols.
/xnu-12377.1.9/tests/unit/
H A DREADME.md192 - Q: I'm trying to call function X but I get a linker error "Undefined symbols for architecture arm…
209 - Q: lldb startup takes a long time and shows many errors about loading symbols
/xnu-12377.1.9/
H A DREADME.md56 with symbols, kernel.[config].unstripped.