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

/external/libvpx/build/make/
H A Dobj_int_extract.c166 struct symtab_command sc;
170 memcpy(&sc, buf, sizeof(struct symtab_command));
172 if (sc.cmdsize != sizeof(struct symtab_command))
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
H A DSDL_dlcompat.c1295 struct nlist *symtable = (struct nlist *)(((struct symtab_command *)lc)->symoff + table_off);
1296 unsigned long numsyms = ((struct symtab_command *)lc)->nsyms;
1299 unsigned long strtable = (unsigned long)(((struct symtab_command *)lc)->stroff + table_off);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c671 struct symtab_command *symcmd = NULL;
721 symcmd = (struct symtab_command *)cmd;
/external/llvm/include/llvm/Support/
H A DMachO.h463 struct symtab_command { struct in namespace:llvm::MachO

Completed in 75 milliseconds