Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/drm/
Dqxl_drm.h75 uint32_t reloc_type; member
/external/libdrm/include/drm/
Dqxl_drm.h75 uint32_t reloc_type; member
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1311 reloc_info_fn reloc_type; in ParsePLTRelocations() local
1316 reloc_type = ELFRelocation::RelocType32; in ParsePLTRelocations()
1321 reloc_type = ELFRelocation::RelocType64; in ParsePLTRelocations()
1332 if (reloc_type(rel) != slot_type) in ParsePLTRelocations()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1076 #define LLVM_COFF_SWITCH_RELOC_TYPE_NAME(reloc_type) \ argument
1077 case COFF::reloc_type: \
1078 Res = #reloc_type; \
/external/valgrind/perf/
Dtinycc.c18808 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 …]