OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ELFRela
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.cpp
442
//
ELFRela
444
ELFRela
::
ELFRela
()
446
memset(this, 0, sizeof(
ELFRela
));
450
ELFRela
::Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset)
ELFHeader.h
373
/// @class
ELFRela
375
struct
ELFRela
381
ELFRela
();
383
/// Parse an
ELFRela
entry from the given DataExtractor starting at position
396
/// True if the
ELFRela
entry was successfully read and false otherwise.
402
RelocType32(const
ELFRela
&rela)
409
RelocType64(const
ELFRela
&rela)
417
RelocSymbol32(const
ELFRela
&rela)
425
RelocSymbol64(const
ELFRela
&rela)
Completed in 2524 milliseconds