Home
last modified time | relevance | path

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

/external/chromium_org/courgette/
Dtypes_elf.h137 R_386_JMP_SLOT = 7, enumerator
Ddisassembler_elf_32_x86.cc43 case R_386_JMP_SLOT: in RelToRVA()
/external/elfutils/src/
Di386_ld.c516 rel->r_info = XELF_R_INFO (ndxtosym[idx]->outdynsymidx, R_386_JMP_SLOT); in elf_i386_finalize_plt()
702 case R_386_JMP_SLOT: in elf_i386_count_relocations()
1070 case R_386_JMP_SLOT: in elf_i386_create_relocations()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf.h274 R_386_JMP_SLOT = 7, /* word32, S */ enumerator
/external/qemu/
Delf.h289 #define R_386_JMP_SLOT 7 macro
/external/elfutils/libelf/
Delf.h1133 #define R_386_JMP_SLOT 7 /* Create PLT entry */ macro
/external/valgrind/main/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()