Searched defs:ELFRel (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp422 // ELFRel
424 ELFRel::ELFRel() function in class:ELFRel
426 memset(this, 0, sizeof(ELFRel));
430 ELFRel::Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset)
H A DELFHeader.h315 /// @class ELFRel
317 struct ELFRel struct in namespace:elf
322 ELFRel();
324 /// Parse an ELFRel entry from the given DataExtractor starting at position
337 /// True if the ELFRel entry was successfully read and false otherwise.
343 RelocType32(const ELFRel &rel)
350 RelocType64(const ELFRel &rel)
358 RelocSymbol32(const ELFRel &rel)
366 RelocSymbol64(const ELFRel &rel)

Completed in 288 milliseconds