OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocType32
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.h
343
RelocType32
(const ELFRel &rel)
402
RelocType32
(const ELFRela &rela)
ObjectFileELF.cpp
60
RelocType32
(const ELFRelocation &rel);
107
ELFRelocation::
RelocType32
(const ELFRelocation &rel)
110
return ELFRel::
RelocType32
(*rel.reloc.get<ELFRel*>());
112
return ELFRela::
RelocType32
(*rel.reloc.get<ELFRela*>());
[
all
...]
Completed in 502 milliseconds