Home
last modified time | relevance | path

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

/external/libvpx/libvpx/build/make/
Dobj_int_extract.c143 struct symtab_command sc; in parse_macho()
147 memcpy(&sc, buf, sizeof(struct symtab_command)); in parse_macho()
149 if (sc.cmdsize != sizeof(struct symtab_command)) { in parse_macho()
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
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/llvm/include/llvm/Support/
DMachO.h463 struct symtab_command { struct
/external/valgrind/main/coregrind/m_debuginfo/
Dreadmacho.c671 struct symtab_command *symcmd = NULL; in ML_()
737 symcmd = (struct symtab_command *)cmd; in ML_()