OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:do_reloc
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/gallium/drivers/r600/
evergreen_compute_internal.h
49
int
do_reloc
[256];
member in struct:evergreen_compute_resource
evergreen_compute_internal.c
118
bzero(&res->
do_reloc
, sizeof(res->
do_reloc
));
169
res->
do_reloc
[res->cs_end] += 1;
evergreen_compute.c
357
if (resources[i].
do_reloc
[j]) {
374
if (resources[i].
do_reloc
/toolchain/binutils/binutils-2.25/include/
xtensa-isa-internal.h
87
xtensa_do_reloc_fn
do_reloc
; /* Perform a PC-relative reloc. */
member in struct:xtensa_operand_internal_struct
xtensa-isa.h
565
disassembler). The "
do_reloc
" function takes the desired address
/toolchain/binutils/binutils-2.25/bfd/
xtensa-isa.c
1209
if (!intop->
do_reloc
)
1212
strcpy (xtisa_error_msg, "operand missing
do_reloc
function");
1216
if ((*intop->
do_reloc
) (valp, pc))
1220
"
do_reloc
failed for value 0x%08x at PC 0x%08x", *valp, pc);
[
all
...]
elf32-xtensa.c
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
readelf.c
198
static int
do_reloc
;
196
static int
do_reloc
;
variable
[
all
...]
Completed in 132 milliseconds