Home
last modified time | relevance | path

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

/external/elfutils/src/tests/
Dalldts.c46 DT_NULL, DT_NEEDED, DT_PLTRELSZ, DT_PLTGOT, in main()
/external/kernel-headers/original/uapi/linux/
Delf.h75 #define DT_PLTRELSZ 2 macro
/external/llvm/include/llvm/Support/
DELF.h990 DT_PLTRELSZ = 2, // Size of relocation entries in PLT. enumerator
/external/ltrace/
Dltrace-elf.c635 else if (dyn.d_tag == DT_PLTRELSZ) in ltelf_read_elf()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp886 case DT_PLTRELSZ: in printValue()
/external/elfutils/src/libelf/
Delf.h676 #define DT_PLTRELSZ 2 /* Size in bytes of PLT relocs */ macro
/external/elfutils/src/src/
Delflint.c1567 [DT_PLTRELSZ] = { [DT_JMPREL] = true }, in check_dynamic()
1581 [DT_JMPREL] = { [DT_PLTRELSZ] = true, [DT_PLTREL] = true }, in check_dynamic()
Dldgeneric.c6769 DT_PLTRELSZ, shdr->sh_size); in ld_generic_create_outfile()
Dreadelf.c1641 case DT_PLTRELSZ: in handle_dynamic()
/external/valgrind/perf/
Dtinycc.c629 #define DT_PLTRELSZ 2 /* Size in bytes of PLT relocs */ macro