Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:relocData
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/
H
A
D
nv50_ir_serialize.cpp
75
if (!info_out->bin.
relocData
) {
in nv50_ir_prog_info_out_serialize()
78
nv50_ir::RelocInfo *reloc = (nv50_ir::RelocInfo *)info_out->bin.
relocData
;
in nv50_ir_prog_info_out_serialize()
177
info_out->bin.
relocData
= NULL;
in nv50_ir_prog_info_out_deserialize()
190
info_out->bin.
relocData
= reloc;
in nv50_ir_prog_info_out_deserialize()
H
A
D
nv50_ir_driver.h
149
void *
relocData
;
member
228
extern void nv50_ir_relocate_code(void *
relocData
, uint32_t *code,
H
A
D
nv50_ir_target.cpp
387
info->bin.
relocData
= emit->getRelocInfo();
in emitBinary()
477
nv50_ir_relocate_code(void *
relocData
, uint32_t *code,
in nv50_ir_relocate_code()
argument
482
nv50_ir::RelocInfo *info = reinterpret_cast<nv50_ir::RelocInfo *>(
relocData
);
in nv50_ir_relocate_code()
H
A
D
nv50_ir_print.cpp
915
if (!info_out->bin.
relocData
) {
in nv50_ir_prog_info_out_print()
918
nv50_ir::RelocInfo *reloc = (nv50_ir::RelocInfo *)info_out->bin.
relocData
;
in nv50_ir_prog_info_out_print()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_program.c
405
prog->fixups = info_out.bin.
relocData
;
in nv50_program_translate()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_program.c
686
prog->relocs = info_out.bin.
relocData
;
in nvc0_program_translate()
Completed in 5 milliseconds