Home
last modified time | relevance | path

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

/external/grub/stage2/
Di386-elf.h216 #define DT_PLTRELSZ 2 macro
/external/qemu/
Delf.h131 #define DT_PLTRELSZ 2 macro
/external/llvm/include/llvm/Support/
DELF.h1485 DT_PLTRELSZ = 2, // Size of relocation entries in PLT. enumerator
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp738 case DT_PLTRELSZ: in printValue()
/external/elfutils/libelf/
Delf.h654 #define DT_PLTRELSZ 2 /* Size in bytes of PLT relocs */ macro
/external/elfutils/src/
Delflint.c1503 [DT_PLTRELSZ] = { [DT_JMPREL] = true }, in check_dynamic()
1517 [DT_JMPREL] = { [DT_PLTRELSZ] = true, [DT_PLTREL] = true }, in check_dynamic()
1646 if (dyn->d_tag == DT_PLTRELSZ) in check_dynamic()
Dreadelf.c1353 case DT_PLTRELSZ: in handle_dynamic()
Dldgeneric.c6780 DT_PLTRELSZ, shdr->sh_size); in ld_generic_create_outfile()
/external/valgrind/main/perf/
Dtinycc.c629 #define DT_PLTRELSZ 2 /* Size in bytes of PLT relocs */ macro