Searched refs:symbols (Results 1 – 9 of 9) sorted by relevance
30 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:
1 # The symbols in this file are symbols that darwintest main uses from libc and that XNU defines.
285 store_symbols(char * file, vm_size_t file_size, struct symbol * symbols, uint32_t idx, uint32_t max… in store_symbols() argument452 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()
10 …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 …
24 for s in m.symbols:
173 You can speed up few things by using local symbols:177 # 2. Grab symbols with dsymForUUID180 # 3. Run lldb with local symbols to avoid dsymForUUID NFS325 …Adding dSYM (049b9a29-2efc-32c0-8a7f-5f29c12b870c) for /Library/Caches/com.apple.bni.symbols/bursa…
38 …* 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.symbols433 …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.
192 - 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
56 with symbols, kernel.[config].unstripped.