HomeSort by relevance Sort by last modified time
    Searched refs:RelocEntry (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 32 struct RelocEntry
58 RelocEntry entry[0];
75 bool addReloc(RelocEntry::Type, int w, uint32_t data, uint32_t m,
nv50_ir_target.cpp 363 CodeEmitter::addReloc(RelocEntry::Type ty, int w, uint32_t data, uint32_t m,
369 size_t size = sizeof(RelocInfo) + n * sizeof(RelocEntry);
372 size + RELOC_ALLOC_INCREMENT * sizeof(RelocEntry)));
390 RelocEntry::apply(uint32_t *binary, const RelocInfo *info) const
nv50_ir_emit_nv50.cpp     [all...]
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 52 struct RelocEntry {
84 struct RelocEntry *reloc;
333 static void relocDiag(const struct NanoAppInfo *app, const struct RelocEntry *reloc, const char *msg)
351 static uint8_t fixupReloc(struct NanoAppInfo *app, struct RelocEntry *reloc,
443 app.reloc = (struct RelocEntry*)(buf + sect->rel_start - FLASH_BASE);
445 app.relocSize = (sect->rel_end - sect->rel_start) / sizeof(struct RelocEntry);
458 if (app.relocSize * sizeof(struct RelocEntry) + sect->rel_start != sect->rel_end) {
480 struct RelocEntry *reloc = &app.reloc[i];
postprocess_elf.c 54 struct RelocEntry {
292 struct RelocEntry *relocs;
324 relocs = (struct RelocEntry*)(buf + sect->rel_start - FLASH_BASE);
326 numRelocs = (sect->rel_end - sect->rel_start) / sizeof(struct RelocEntry);
330 if (numRelocs * sizeof(struct RelocEntry) + sect->rel_start != sect->rel_end) {
498 bufUsed -= sizeof(struct RelocEntry[numRelocs]);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 1179 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xfc000000, 26);
1180 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x03ffffff, -6);
    [all...]

Completed in 149 milliseconds