Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2506 reloc_info_fn reloc_type; in ParsePLTRelocations() local
2510 reloc_type = ELFRelocation::RelocType32; in ParsePLTRelocations()
2513 reloc_type = ELFRelocation::RelocType64; in ParsePLTRelocations()
2523 if (reloc_type(rel) != slot_type) in ParsePLTRelocations()
2716 reloc_info_fn reloc_type; in ApplyRelocations() local
2720 reloc_type = ELFRelocation::RelocType32; in ApplyRelocations()
2738 switch (reloc_type(rel)) { in ApplyRelocations()
2753 switch (reloc_type(rel)) { in ApplyRelocations()
2798 switch (reloc_type(rel)) { in ApplyRelocations()
2810 switch (reloc_type(rel)) { in ApplyRelocations()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1318 #define LLVM_COFF_SWITCH_RELOC_TYPE_NAME(reloc_type) \ argument
1319 case COFF::reloc_type: \
1320 return #reloc_type;