Home
last modified time | relevance | path

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

/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
Dreloc_ia32.c84 case R_386_RELATIVE: in _relocate()
/external/llvm/include/llvm/Support/ELFRelocs/
Di386.def15 ELF_RELOC(R_386_RELATIVE, 8)
/external/llvm/test/tools/llvm-readobj/
Dgnu-relocations.test16 ELF32-NEXT: 00000032 00000508 R_386_RELATIVE 00000000 sym
Dreloc-types.test29 ELF-32: Type: R_386_RELATIVE (8)
/external/syslinux/com32/include/sys/
Delfcommon.h321 #define R_386_RELATIVE 8 /* Adjust by program base */ macro
/external/elfutils/src/
Di386_ld.c695 case R_386_RELATIVE: in elf_i386_count_relocations()
889 rel2->r_info = XELF_R_INFO (0, R_386_RELATIVE); in elf_i386_create_relocations()
1063 case R_386_RELATIVE: in elf_i386_create_relocations()
/external/syslinux/com32/lib/sys/module/i386/
Delf_module.c256 case R_386_RELATIVE: in perform_relocation()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h383 R_386_RELATIVE = 8, enumerator
/external/syslinux/com32/tools/
Drelocs.c184 REL_TYPE(R_386_RELATIVE), in rel_type()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py506 R_386_RELATIVE = 8 variable in Relocs_Elf_i386
/external/syslinux/gnu-efi/gnu-efi-3.0/
DREADME.gnuefi330 the R_386_RELATIVE relocation is needed. On IA-64, the relocations
/external/elfutils/libelf/
Delf.h1222 #define R_386_RELATIVE 8 /* Adjust by program base */ macro
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp962 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_RELATIVE); in getRelocationTypeName()
/external/kmod/port-gnu/
Delf.h1221 #define R_386_RELATIVE 8 /* Adjust by program base */ macro
/external/valgrind/perf/
Dtinycc.c974 #define R_386_RELATIVE 8 /* Adjust by program base */ macro
18597 qrel->r_info = ELF32_R_INFO(0, R_386_RELATIVE); in relocate_section()