Searched refs:reloc_type (Results 1 – 4 of 4) sorted by relevance
/external/libdrm/include/drm/ |
D | qxl_drm.h | 75 uint32_t reloc_type; member
|
/external/kernel-headers/original/uapi/drm/ |
D | qxl_drm.h | 78 __u32 reloc_type; member
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 1114 #define LLVM_COFF_SWITCH_RELOC_TYPE_NAME(reloc_type) \ argument 1115 case COFF::reloc_type: \ 1116 Res = #reloc_type; \
|
/external/valgrind/perf/ |
D | tinycc.c | 18808 int reloc_type, unsigned long size, int info, in put_got_entry() argument 18832 if (reloc_type == R_386_JMP_SLOT) { in put_got_entry() 18871 if (reloc_type == R_ARM_JUMP_SLOT) { in put_got_entry() 18911 reloc_type, index); in put_got_entry() 18923 int i, type, reloc_type, sym_index; in build_got_entries() local 18951 reloc_type = R_386_GLOB_DAT; in build_got_entries() 18953 reloc_type = R_386_JMP_SLOT; in build_got_entries() 18954 put_got_entry(s1, reloc_type, sym->st_size, sym->st_info, in build_got_entries() 18970 reloc_type = R_ARM_GLOB_DAT; in build_got_entries() 18972 reloc_type = R_ARM_JUMP_SLOT; in build_got_entries() [all …]
|