Searched defs:reloc_type (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/drm/
H A Dqxl_drm.h75 uint32_t reloc_type; member in struct:drm_qxl_reloc
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1311 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/main/perf/
H A Dtinycc.c18810 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 175 milliseconds