Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Dreadmacho.c71 # define NLIST nlist macro
78 # define NLIST nlist_64 macro
323 struct NLIST* o_symtab, UInt o_symtab_count, in read_symtab()
334 struct NLIST *nl = o_symtab+i; in read_symtab()
845 struct NLIST *syms; in ML_()
852 * sizeof(struct NLIST)) { in ML_()
862 syms = (struct NLIST *)(ii.macho_img + symcmd->symoff); in ML_()