Home
last modified time | relevance | path

Searched refs:DT_PLTREL (Results 1 – 10 of 10) sorted by relevance

/external/llvm/tools/llvm-readobj/
DELF.cpp54 case DT_PLTREL: in getTypeString()
97 case DT_PLTREL: in printValue()
/external/grub/stage2/
Di386-elf.h234 #define DT_PLTREL 20 macro
/external/qemu/
Delf.h149 #define DT_PLTREL 20 macro
/external/llvm/include/llvm/Support/
DELF.h1372 DT_PLTREL = 20, // Type of relocation entry used for linking. enumerator
/external/elfutils/libelf/
Delf.h672 #define DT_PLTREL 20 /* Type of reloc in PLT */ macro
/external/elfutils/src/
Delflint.c1517 [DT_JMPREL] = { [DT_PLTRELSZ] = true, [DT_PLTREL] = true }, in check_dynamic()
1519 [DT_PLTREL] = { [DT_JMPREL] = true }, in check_dynamic()
1634 if (dyn->d_tag == DT_PLTREL && dyn->d_un.d_val != DT_REL in check_dynamic()
Dreadelf.c1379 case DT_PLTREL: in handle_dynamic()
Dldgeneric.c6786 DT_PLTREL, REL_TYPE (statep)); in ld_generic_create_outfile()
/external/elfutils/po/
Delfutils.pot3262 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
/external/valgrind/main/perf/
Dtinycc.c647 #define DT_PLTREL 20 /* Type of reloc in PLT */ macro