Searched refs:RelocEntry (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target.h | 32 struct RelocEntry struct 58 RelocEntry entry[0]; argument 110 bool addReloc(RelocEntry::Type, int w, uint32_t data, uint32_t m,
|
D | nv50_ir_target.cpp | 400 CodeEmitter::addReloc(RelocEntry::Type ty, int w, uint32_t data, uint32_t m, in addReloc() 406 size_t size = sizeof(RelocInfo) + n * sizeof(RelocEntry); in addReloc() 409 size + RELOC_ALLOC_INCREMENT * sizeof(RelocEntry))); in addReloc() 449 RelocEntry::apply(uint32_t *binary, const RelocInfo *info) const in apply()
|
D | nv50_ir_emit_nv50.cpp | 1802 addReloc(RelocEntry::TYPE_CODE, 0, pos, 0x07fff800, 9); in emitPRERETEmu() 1803 addReloc(RelocEntry::TYPE_CODE, 1, pos, 0x000fc000, -4); in emitPRERETEmu() 1862 RelocEntry::Type relocTy; in emitFlow() 1864 relocTy = f->builtin ? RelocEntry::TYPE_BUILTIN : RelocEntry::TYPE_CODE; in emitFlow()
|
D | nv50_ir_emit_gk110.cpp | 1561 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xff800000, 23); in emitFlow() 1562 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x007fffff, -9); in emitFlow()
|
D | nv50_ir_emit_nvc0.cpp | 1523 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xfc000000, 26); in emitFlow() 1524 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x03ffffff, -6); in emitFlow()
|
D | nv50_ir_emit_gm107.cpp | 581 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xfff00000, 20); in emitCAL() 582 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x000fffff, -12); in emitCAL()
|
/third_party/quickjs/ |
D | quickjs.c | 19906 typedef struct RelocEntry { struct 19907 struct RelocEntry *next; argument 19910 } RelocEntry; argument 19924 RelocEntry *first_reloc; 31184 static RelocEntry *add_reloc(JSContext *ctx, LabelSlot *ls, uint32_t addr, int size) in add_reloc() 31186 RelocEntry *re; in add_reloc() 31352 RelocEntry *re, *re_next; in resolve_labels()
|