Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h337 static unsigned RelocSymbol32(const ELFRel &rel) { return rel.r_info >> 8; } in RelocSymbol32() function
381 static unsigned RelocSymbol32(const ELFRela &rela) { in RelocSymbol32() function
H A DObjectFileELF.cpp174 unsigned ELFRelocation::RelocSymbol32(const ELFRelocation &rel) { in RelocSymbol32() function in ELFRelocation