Home
last modified time | relevance | path

Searched refs:reloc_type (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2477 reloc_info_fn reloc_type; in ParsePLTRelocations() local
2481 reloc_type = ELFRelocation::RelocType32; in ParsePLTRelocations()
2484 reloc_type = ELFRelocation::RelocType64; in ParsePLTRelocations()
2494 if (reloc_type(rel) != slot_type) in ParsePLTRelocations()
2605 reloc_info_fn reloc_type; in ApplyRelocations() local
2609 reloc_type = ELFRelocation::RelocType32; in ApplyRelocations()
2612 reloc_type = ELFRelocation::RelocType64; in ApplyRelocations()
2623 switch (reloc_type(rel)) { in ApplyRelocations()
2638 switch (reloc_type(rel)) { in ApplyRelocations()
2664 (reloc_type(rel) == R_X86_64_32S && in ApplyRelocations()
[all …]
/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFObjectFile.cpp1264 #define LLVM_COFF_SWITCH_RELOC_TYPE_NAME(reloc_type) \ argument
1265 case COFF::reloc_type: \
1266 return #reloc_type;