OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocEntry
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target.h
32
struct
RelocEntry
58
RelocEntry
entry[0];
109
bool addReloc(
RelocEntry
::Type, int w, uint32_t data, uint32_t m,
nv50_ir_target.cpp
416
CodeEmitter::addReloc(
RelocEntry
::Type ty, int w, uint32_t data, uint32_t m,
422
size_t size = sizeof(RelocInfo) + n * sizeof(
RelocEntry
);
425
size + RELOC_ALLOC_INCREMENT * sizeof(
RelocEntry
)));
465
RelocEntry
::apply(uint32_t *binary, const RelocInfo *info) const
nv50_ir_emit_nv50.cpp
[
all
...]
nv50_ir_emit_gk110.cpp
[
all
...]
nv50_ir_emit_gm107.cpp
568
addReloc(
RelocEntry
::TYPE_BUILTIN, 0, pcAbs, 0xfff00000, 20);
569
addReloc(
RelocEntry
::TYPE_BUILTIN, 1, pcAbs, 0x000fffff, -12);
[
all
...]
nv50_ir_emit_nvc0.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
{
295
struct
RelocEntry
*relocs;
327
relocs = (struct
RelocEntry
*)(buf + sect->rel_start - FLASH_BASE);
329
numRelocs = (sect->rel_end - sect->rel_start) / sizeof(struct
RelocEntry
);
333
if (numRelocs * sizeof(struct
RelocEntry
) + sect->rel_start != sect->rel_end) {
501
bufUsed -= sizeof(struct
RelocEntry
[numRelocs]);
[
all
...]
Completed in 72 milliseconds