Searched refs:DT_PLTREL (Results 1 – 25 of 26) sorted by relevance
12
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 82 #define DT_PLTREL 20 /* Type of reloc in PLT */ macro
|
/external/elfutils/tests/ |
D | alldts.c | 51 DT_PLTREL, DT_DEBUG, DT_TEXTREL, DT_JMPREL, in main()
|
/external/syslinux/com32/lib/sys/module/i386/ |
D | elf_module.c | 289 case DT_PLTREL: in resolve_symbols()
|
/external/syslinux/com32/lib/sys/module/x86_64/ |
D | elf_module.c | 292 case DT_PLTREL: in resolve_symbols()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 93 #define DT_PLTREL 20 macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 1055 DT_PLTREL = 20, // Type of relocation entry used for linking. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1111 DT_PLTREL = 20, // Type of relocation entry used for linking. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1109 DT_PLTREL = 20, // Type of relocation entry used for linking. enumerator
|
/external/elfutils/src/ |
D | elflint.c | 1601 [DT_JMPREL] = { [DT_PLTRELSZ] = true, [DT_PLTREL] = true }, in check_dynamic() 1603 [DT_PLTREL] = { [DT_JMPREL] = true }, in check_dynamic() 1722 if (dyn->d_tag == DT_PLTREL && dyn->d_un.d_val != DT_REL in check_dynamic()
|
D | ldgeneric.c | 6775 DT_PLTREL, REL_TYPE (statep)); in ld_generic_create_outfile()
|
D | ChangeLog | 1546 * readelf.c (handle_dynamic): Don't segfault at DT_PLTREL case.
|
D | readelf.c | 1755 case DT_PLTREL:; in handle_dynamic()
|
/external/kmod/port-gnu/ |
D | elf.h | 719 #define DT_PLTREL 20 /* Type of reloc in PLT */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 720 #define DT_PLTREL 20 /* Type of reloc in PLT */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1424 case ELF::DT_PLTREL: in parseDynamicTable() 1650 case DT_PLTREL: in printValue()
|
/external/elfutils/po/ |
D | uk.po | 1998 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n" 2000 "розділ [%2d] «%s»: запис %zu: значенням DT_PLTREL має бути DT_REL або "
|
D | es.po | 2000 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n" 2002 "Sección [%2d] '%s': entrada %zu: el valor DT_PLTREL debe ser DT_REL or "
|
D | pl.po | 1971 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n" 1973 "sekcja [%2d] „%s”: wpis %zu: wartość DT_PLTREL musi wynosić DT_REL lub "
|
D | nl.po | 1588 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
D | it.po | 1588 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
D | ru.po | 1587 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
D | fr.po | 1587 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
D | zh_CN.po | 1588 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
D | ja.po | 1992 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
D | de.po | 1916 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
12