Searched refs:DT_RELSZ (Results 1 - 16 of 16) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
H A Dreloc_ia32.c56 case DT_RELSZ:
/external/elfutils/tests/
H A Dalldts.c50 DT_SYMBOLIC, DT_REL, DT_RELSZ, DT_RELENT,
/external/syslinux/com32/include/sys/
H A Delfcommon.h80 #define DT_RELSZ 18 /* Total size of Rel relocs */ macro
/external/syslinux/com32/lib/sys/module/i386/
H A Delf_module.c302 case DT_RELSZ:
/external/syslinux/com32/lib/sys/module/x86_64/
H A Delf_module.c309 case DT_RELSZ:
/external/kernel-headers/original/uapi/linux/
H A Delf.h91 #define DT_RELSZ 18 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h1053 DT_RELSZ = 18, // Size of Rel relocation table. enumerator in enum:llvm::ELF::__anon19703
/external/llvm/include/llvm/Support/
H A DELF.h1109 DT_RELSZ = 18, // Size of Rel relocation table. enumerator in enum:llvm::ELF::__anon12494
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1107 DT_RELSZ = 18, // Size of Rel relocation table. enumerator in enum:llvm::ELF::__anon20540
/external/elfutils/src/
H A Delflint.c1598 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true },
1599 [DT_RELSZ] = { [DT_REL] = true },
1856 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT])
1857 && (!has_dt[DT_REL] || !has_dt[DT_RELSZ] || !has_dt[DT_RELENT]))
1861 "DT_REL", "DT_RELSZ", "DT_RELENT");
H A Dldgeneric.c6790 assert (DT_RELSZ - DT_REL == 1);
H A Dreadelf.c1732 case DT_RELSZ:
/external/elfutils/libelf/
H A Delf.h718 #define DT_RELSZ 18 /* Total size of Rel relocs */ macro
/external/kmod/port-gnu/
H A Delf.h717 #define DT_RELSZ 18 /* Total size of Rel relocs */ macro
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp75 /// order (DT_REL, DT_RELSZ, DT_RELENT for example).
1418 case ELF::DT_RELSZ:
1700 case DT_RELSZ:
/external/valgrind/perf/
H A Dtinycc.c645 #define DT_RELSZ 18 /* Total size of Rel relocs */ macro
19671 put_dt(dynamic, DT_RELSZ, rel_size);

Completed in 1623 milliseconds