Searched refs:reloc_type (Results 1 – 8 of 8) sorted by relevance
78 __u32 reloc_type; member
2434 reloc_info_fn reloc_type; in ParsePLTRelocations() local2438 reloc_type = ELFRelocation::RelocType32; in ParsePLTRelocations()2441 reloc_type = ELFRelocation::RelocType64; in ParsePLTRelocations()2451 if (reloc_type(rel) != slot_type) in ParsePLTRelocations()2562 reloc_info_fn reloc_type; in ApplyRelocations() local2566 reloc_type = ELFRelocation::RelocType32; in ApplyRelocations()2569 reloc_type = ELFRelocation::RelocType64; in ApplyRelocations()2580 switch (reloc_type(rel)) { in ApplyRelocations()2595 switch (reloc_type(rel)) { in ApplyRelocations()2617 if ((reloc_type(rel) == R_X86_64_32 && (value > UINT32_MAX)) || in ApplyRelocations()[all …]
1114 #define LLVM_COFF_SWITCH_RELOC_TYPE_NAME(reloc_type) \ argument1115 case COFF::reloc_type: \1116 Res = #reloc_type; \
1199 #define LLVM_COFF_SWITCH_RELOC_TYPE_NAME(reloc_type) \ argument1200 case COFF::reloc_type: \1201 return #reloc_type;
1177 #define LLVM_COFF_SWITCH_RELOC_TYPE_NAME(reloc_type) \ argument1178 case COFF::reloc_type: \1179 return #reloc_type;
3176 static int code_reloc (int reloc_type);3177 static int gotplt_entry_type (int reloc_type);