Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:defs

2860   // uint32_t defs[1];        /* void * (32-bit pointer) variable size */
5462 const char *r, *name, *defs;
5534 defs = nullptr;
5542 defs = r + sizeof(struct objc_symtab_t);
5560 outs() << "\t(remaining class defs entries entends past the end of the "
5564 memcpy(&def, defs + j * sizeof(uint32_t), sizeof(uint32_t));
5610 outs() << "\t(remaining category defs entries entends past the end of "
5614 memcpy(&def, defs + (j + symtab.cls_def_cnt) * sizeof(uint32_t),