Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2552 reloc_info_fn reloc_type; in ParsePLTRelocations() local
2556 reloc_type = ELFRelocation::RelocType32; in ParsePLTRelocations()
2559 reloc_type = ELFRelocation::RelocType64; in ParsePLTRelocations()
2569 if (reloc_type(rel) != slot_type) in ParsePLTRelocations()
2762 reloc_info_fn reloc_type; in ApplyRelocations() local
2766 reloc_type = ELFRelocation::RelocType32; in ApplyRelocations()
2769 reloc_type = ELFRelocation::RelocType64; in ApplyRelocations()
2784 switch (reloc_type(rel)) { in ApplyRelocations()
2792 reloc_type(rel)); in ApplyRelocations()
2799 switch (reloc_type(rel)) { in ApplyRelocations()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1377 #define LLVM_COFF_SWITCH_RELOC_TYPE_NAME(reloc_type) \ argument
1378 case COFF::reloc_type: \
1379 return #reloc_type;