OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:relocInfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h
30
struct
RelocInfo
;
47
inline void apply(uint32_t *binary, const
RelocInfo
*info) const;
50
struct
RelocInfo
78
inline void *getRelocInfo() const { return
relocInfo
; }
93
RelocInfo
*
relocInfo
;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h
30
struct
RelocInfo
;
47
inline void apply(uint32_t *binary, const
RelocInfo
*info) const;
50
struct
RelocInfo
78
inline void *getRelocInfo() const { return
relocInfo
; }
93
RelocInfo
*
relocInfo
;
Completed in 60 milliseconds