Home
last modified time | relevance | path

Searched defs:ELFRela (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.h346 struct ELFRela { struct
351 ELFRela(); argument
370 static unsigned RelocType32(const ELFRela &rela) { in RelocType32() argument
375 static unsigned RelocType64(const ELFRela &rela) { in RelocType64() argument
381 static unsigned RelocSymbol32(const ELFRela &rela) { in RelocSymbol32() argument
387 static unsigned RelocSymbol64(const ELFRela &rela) { in RelocSymbol64() argument
DELFHeader.cpp420 ELFRela::ELFRela() { memset(this, 0, sizeof(ELFRela)); } in ELFRela() function in ELFRela