Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Di386_ld.c508 rel->r_info = XELF_R_INFO (ndxtosym[idx]->outdynsymidx, R_386_JMP_SLOT); in elf_i386_finalize_plt()
694 case R_386_JMP_SLOT: in elf_i386_count_relocations()
1062 case R_386_JMP_SLOT: in elf_i386_create_relocations()
/external/elfutils/src/libelf/
Delf.h1195 #define R_386_JMP_SLOT 7 /* Create PLT entry */ macro
/external/valgrind/perf/
Dtinycc.c973 #define R_386_JMP_SLOT 7 /* Create PLT entry */ macro
5627 #define R_JMP_SLOT R_386_JMP_SLOT
18620 case R_386_JMP_SLOT: in relocate_section()
18832 if (reloc_type == R_386_JMP_SLOT) { in put_got_entry()
18953 reloc_type = R_386_JMP_SLOT; in build_got_entries()