Home
last modified time | relevance | path

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

/external/valgrind/main/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 …]