Searched refs:reloc_type (Results 1 – 2 of 2) sorted by relevance
2588 reloc_info_fn reloc_type; in ParsePLTRelocations() local2592 reloc_type = ELFRelocation::RelocType32; in ParsePLTRelocations()2595 reloc_type = ELFRelocation::RelocType64; in ParsePLTRelocations()2605 if (reloc_type(rel) != slot_type) in ParsePLTRelocations()2798 reloc_info_fn reloc_type; in ApplyRelocations() local2802 reloc_type = ELFRelocation::RelocType32; in ApplyRelocations()2805 reloc_type = ELFRelocation::RelocType64; in ApplyRelocations()2820 switch (reloc_type(rel)) { in ApplyRelocations()2828 reloc_type(rel)); in ApplyRelocations()2835 switch (reloc_type(rel)) { in ApplyRelocations()[all …]
1304 #define LLVM_COFF_SWITCH_RELOC_TYPE_NAME(reloc_type) \ argument1305 case COFF::reloc_type: \1306 return #reloc_type;