Home
last modified time | relevance | path

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

/external/igt-gpu-tools/include/drm-uapi/
Dqxl_drm.h78 __u32 reloc_type; member
/external/kernel-headers/original/uapi/drm/
Dqxl_drm.h78 __u32 reloc_type; member
/external/libdrm/include/drm/
Dqxl_drm.h78 __u32 reloc_type; member
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp2434 reloc_info_fn reloc_type; in ParsePLTRelocations() local
2438 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() local
2566 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 …]
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1114 #define LLVM_COFF_SWITCH_RELOC_TYPE_NAME(reloc_type) \ argument
1115 case COFF::reloc_type: \
1116 Res = #reloc_type; \
/external/llvm-project/llvm/lib/Object/
DCOFFObjectFile.cpp1199 #define LLVM_COFF_SWITCH_RELOC_TYPE_NAME(reloc_type) \ argument
1200 case COFF::reloc_type: \
1201 return #reloc_type;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFObjectFile.cpp1177 #define LLVM_COFF_SWITCH_RELOC_TYPE_NAME(reloc_type) \ argument
1178 case COFF::reloc_type: \
1179 return #reloc_type;
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout3176 static int code_reloc (int reloc_type);
3177 static int gotplt_entry_type (int reloc_type);