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

/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 95 milliseconds