Searched refs:nlist_idx (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2643 uint32_t nlist_idx = 0; local
2916 // symbol table in lieu of using nlist_idx in case
2960 // table in lieu of using nlist_idx in case we ever
3019 // symbol table in lieu of using nlist_idx in case
3030 m_nlist_idx_to_sym_idx[nlist_idx] = sym_idx - 1;
3077 m_nlist_idx_to_sym_idx[nlist_idx] = sym_idx - 1;
3100 // in lieu of using nlist_idx in case we ever start
3161 // table in lieu of using nlist_idx in case we ever
3196 // table in lieu of using nlist_idx in case we ever
3567 m_nlist_idx_to_sym_idx[nlist_idx]
[all...]

Completed in 259 milliseconds