/frameworks/compile/mclinker/lib/LD/ |
NamePool.cpp | 72 ResolveInfo* new_symbol = NULL; local 74 new_symbol = m_Table.getEntryFactory().produce(pName); 78 new_symbol = old_symbol; 81 new_symbol->setIsSymbol(true); 82 new_symbol->setSource(pIsDyn); 83 new_symbol->setType(pType); 84 new_symbol->setDesc(pDesc); 85 new_symbol->setBinding(pBinding); 86 new_symbol->setVisibility(pVisibility); 87 new_symbol->setSize(pSize) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_build_util.cpp | 414 Symbol *sym = new_Symbol(prog, file, fileIndex); 426 Symbol *sym = new_Symbol(prog, FILE_SYSTEM_VALUE, 0); 468 baseSym = new_Symbol(up->getProgram(), file, fileIdx); 532 Symbol *sym = new_Symbol(up->getProgram(), file, 0);
|
nv50_ir_util.h | 75 #define new_Symbol(p, args...) \
|
nv50_ir.cpp | 297 Symbol *that = new_Symbol(prog, reg.file, reg.fileIndex);
|
nv50_ir_from_tgsi.cpp | [all...] |
nv50_ir_ra.cpp | [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_build_util.cpp | 414 Symbol *sym = new_Symbol(prog, file, fileIndex); 426 Symbol *sym = new_Symbol(prog, FILE_SYSTEM_VALUE, 0); 468 baseSym = new_Symbol(up->getProgram(), file, fileIdx); 532 Symbol *sym = new_Symbol(up->getProgram(), file, 0);
|
nv50_ir_util.h | 75 #define new_Symbol(p, args...) \
|
nv50_ir.cpp | 297 Symbol *that = new_Symbol(prog, reg.file, reg.fileIndex);
|
nv50_ir_from_tgsi.cpp | [all...] |
nv50_ir_ra.cpp | [all...] |
/external/linux-tools-perf/util/ |
symbol.c | 1211 goto new_symbol; 1216 goto new_symbol; 1250 goto new_symbol; 1268 new_symbol: [all...] |