Searched refs:DT_PLTRELSZ (Results 1 – 15 of 15) sorted by relevance
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 64 #define DT_PLTRELSZ 2 /* Size in bytes of PLT relocs */ macro
|
/external/elfutils/tests/ |
D | alldts.c | 46 DT_NULL, DT_NEEDED, DT_PLTRELSZ, DT_PLTGOT, in main()
|
/external/syslinux/com32/lib/sys/module/i386/ |
D | elf_module.c | 286 case DT_PLTRELSZ: in resolve_symbols()
|
/external/syslinux/com32/lib/sys/module/x86_64/ |
D | elf_module.c | 289 case DT_PLTRELSZ: in resolve_symbols()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 75 #define DT_PLTRELSZ 2 macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 1037 DT_PLTRELSZ = 2, // Size of relocation entries in PLT. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1093 DT_PLTRELSZ = 2, // Size of relocation entries in PLT. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1091 DT_PLTRELSZ = 2, // Size of relocation entries in PLT. enumerator
|
/external/kmod/port-gnu/ |
D | elf.h | 701 #define DT_PLTRELSZ 2 /* Size in bytes of PLT relocs */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 702 #define DT_PLTRELSZ 2 /* Size in bytes of PLT relocs */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1436 case ELF::DT_PLTRELSZ: in parseDynamicTable() 1695 case DT_PLTRELSZ: in printValue()
|
/external/elfutils/src/ |
D | elflint.c | 1587 [DT_PLTRELSZ] = { [DT_JMPREL] = true }, in check_dynamic() 1601 [DT_JMPREL] = { [DT_PLTRELSZ] = true, [DT_PLTREL] = true }, in check_dynamic()
|
D | ldgeneric.c | 6769 DT_PLTRELSZ, shdr->sh_size); in ld_generic_create_outfile()
|
D | readelf.c | 1729 case DT_PLTRELSZ: in handle_dynamic()
|
/external/valgrind/perf/ |
D | tinycc.c | 629 #define DT_PLTRELSZ 2 /* Size in bytes of PLT relocs */ macro
|