reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 2565     if (!rel.Parse(rel_data, &offset))
 2571       switch (reloc_type(rel)) {
 2586       switch (reloc_type(rel)) {
 2589         symbol = symtab->FindSymbolByID(reloc_symbol(rel));
 2595               ELFRelocation::RelocOffset64(rel));
 2596           uint64_t val_offset = value + ELFRelocation::RelocAddend64(rel);
 2604         symbol = symtab->FindSymbolByID(reloc_symbol(rel));
 2607           value += ELFRelocation::RelocAddend32(rel);
 2608           if ((reloc_type(rel) == R_X86_64_32 && (value > UINT32_MAX)) ||
 2609               (reloc_type(rel) == R_X86_64_32S &&
 2611               (reloc_type(rel) == R_AARCH64_ABS32 &&
 2622               ELFRelocation::RelocOffset32(rel));