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

/external/grub/stage2/
H A Di386-elf.h232 #define DT_RELSZ 18 macro
/external/kernel-headers/original/linux/
H A Delf.h78 #define DT_RELSZ 18 macro
/external/elfutils/src/
H A Delflint.c1295 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true },
1296 [DT_RELSZ] = { [DT_REL] = true },
1421 if (dyn->d_tag == DT_RELSZ)
1467 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT])
1468 && (!has_dt[DT_REL] || !has_dt[DT_RELSZ] || !has_dt[DT_RELENT]))
1472 "DT_REL", "DT_RELSZ", "DT_RELENT");
H A Dreadelf.c1193 case DT_RELSZ:
H A Dldgeneric.c6056 assert (DT_RELSZ - DT_REL == 1);
/external/qemu/
H A Delf.h143 #define DT_RELSZ 18 macro
/external/elfcopy/
H A Delfcopy.c1954 /* Defer-update DT_RELSZ as well, if not already updated. */
1959 DT_RELSZ);
1980 case DT_RELSZ: /* DT_REL */
/external/elfutils/libelf/
H A Delf.h651 #define DT_RELSZ 18 /* Total size of Rel relocs */ macro

Completed in 112 milliseconds