Home
last modified time | relevance | path

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

/external/syslinux/com32/include/sys/
Delfcommon.h64 #define DT_PLTRELSZ 2 /* Size in bytes of PLT relocs */ macro
/external/elfutils/tests/
Dalldts.c46 DT_NULL, DT_NEEDED, DT_PLTRELSZ, DT_PLTGOT, in main()
/external/syslinux/com32/lib/sys/module/i386/
Delf_module.c286 case DT_PLTRELSZ: in resolve_symbols()
/external/syslinux/com32/lib/sys/module/x86_64/
Delf_module.c289 case DT_PLTRELSZ: in resolve_symbols()
/external/kernel-headers/original/uapi/linux/
Delf.h75 #define DT_PLTRELSZ 2 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h1037 DT_PLTRELSZ = 2, // Size of relocation entries in PLT. enumerator
/external/llvm/include/llvm/Support/
DELF.h1093 DT_PLTRELSZ = 2, // Size of relocation entries in PLT. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1091 DT_PLTRELSZ = 2, // Size of relocation entries in PLT. enumerator
/external/kmod/port-gnu/
Delf.h701 #define DT_PLTRELSZ 2 /* Size in bytes of PLT relocs */ macro
/external/elfutils/libelf/
Delf.h702 #define DT_PLTRELSZ 2 /* Size in bytes of PLT relocs */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1436 case ELF::DT_PLTRELSZ: in parseDynamicTable()
1695 case DT_PLTRELSZ: in printValue()
/external/elfutils/src/
Delflint.c1587 [DT_PLTRELSZ] = { [DT_JMPREL] = true }, in check_dynamic()
1601 [DT_JMPREL] = { [DT_PLTRELSZ] = true, [DT_PLTREL] = true }, in check_dynamic()
Dldgeneric.c6769 DT_PLTRELSZ, shdr->sh_size); in ld_generic_create_outfile()
Dreadelf.c1729 case DT_PLTRELSZ: in handle_dynamic()
/external/valgrind/perf/
Dtinycc.c629 #define DT_PLTRELSZ 2 /* Size in bytes of PLT relocs */ macro