OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELFRelocation
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/
ELF.h
198
///
ELFRelocation
- This class contains all the information necessary to
200
class
ELFRelocation
{
219
ELFRelocation
(uint64_t off, uint32_t sym, uint32_t type,
ELFWriter.h
27
class
ELFRelocation
;
237
void EmitRelocation(BinaryObject &RelSec,
ELFRelocation
&Rel, bool HasRelA);
ELFWriter.cpp
832
ELFRelocation
Rel(RelOffset, SymIdx, RelType, HasRelA, Addend);
839
void ELFWriter::EmitRelocation(BinaryObject &RelSec,
ELFRelocation
&Rel,
[
all
...]
Completed in 547 milliseconds