Searched refs:reloc_type (Results 1 - 5 of 5) sorted by relevance
/external/kernel-headers/original/uapi/drm/ |
H A D | qxl_drm.h | 75 uint32_t reloc_type; member in struct:drm_qxl_reloc
|
/external/libdrm/include/drm/ |
H A D | qxl_drm.h | 75 uint32_t reloc_type; member in struct:drm_qxl_reloc
|
/external/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 1029 #define LLVM_COFF_SWITCH_RELOC_TYPE_NAME(reloc_type) \ 1030 case COFF::reloc_type: \ 1031 Res = #reloc_type; \
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1311 reloc_info_fn reloc_type; local 1316 reloc_type = ELFRelocation::RelocType32; 1321 reloc_type = ELFRelocation::RelocType64; 1332 if (reloc_type(rel) != slot_type)
|
/external/valgrind/perf/ |
H A D | tinycc.c | 18810 int reloc_type, unsigned long size, int info, 18834 if (reloc_type == R_386_JMP_SLOT) { 18873 if (reloc_type == R_ARM_JUMP_SLOT) { 18913 reloc_type, index); 18925 int i, type, reloc_type, sym_index; 18953 reloc_type = R_386_GLOB_DAT; 18955 reloc_type = R_386_JMP_SLOT; 18956 put_got_entry(s1, reloc_type, sym->st_size, sym->st_info, 18972 reloc_type = R_ARM_GLOB_DAT; 18974 reloc_type 18807 put_got_entry(TCCState *s1, int reloc_type, unsigned long size, int info, int sym_index) argument 18923 int i, type, reloc_type, sym_index; local [all...] |
Completed in 1525 milliseconds