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

/external/elfutils/tests/
H A Dalldts.c51 DT_PLTREL, DT_DEBUG, DT_TEXTREL, DT_JMPREL,
/external/syslinux/com32/include/sys/
H A Delfcommon.h82 #define DT_PLTREL 20 /* Type of reloc in PLT */ macro
/external/syslinux/com32/lib/sys/module/i386/
H A Delf_module.c289 case DT_PLTREL:
/external/syslinux/com32/lib/sys/module/x86_64/
H A Delf_module.c292 case DT_PLTREL:
/external/kernel-headers/original/uapi/linux/
H A Delf.h93 #define DT_PLTREL 20 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h1055 DT_PLTREL = 20, // Type of relocation entry used for linking. enumerator in enum:llvm::ELF::__anon19703
/external/llvm/include/llvm/Support/
H A DELF.h1111 DT_PLTREL = 20, // Type of relocation entry used for linking. enumerator in enum:llvm::ELF::__anon12494
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1109 DT_PLTREL = 20, // Type of relocation entry used for linking. enumerator in enum:llvm::ELF::__anon20540
/external/elfutils/src/
H A Delflint.c1601 [DT_JMPREL] = { [DT_PLTRELSZ] = true, [DT_PLTREL] = true },
1603 [DT_PLTREL] = { [DT_JMPREL] = true },
1722 if (dyn->d_tag == DT_PLTREL && dyn->d_un.d_val != DT_REL
1725 section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"),
H A Dldgeneric.c6775 DT_PLTREL, REL_TYPE (statep));
H A Dreadelf.c1755 case DT_PLTREL:;
/external/elfutils/libelf/
H A Delf.h720 #define DT_PLTREL 20 /* Type of reloc in PLT */ macro
/external/kmod/port-gnu/
H A Delf.h719 #define DT_PLTREL 20 /* Type of reloc in PLT */ macro
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1424 case ELF::DT_PLTREL:
1430 reportError(Twine("unknown DT_PLTREL value of ") +
1650 case DT_PLTREL:
/external/valgrind/perf/
H A Dtinycc.c647 #define DT_PLTREL 20 /* Type of reloc in PLT */ macro

Completed in 391 milliseconds