Searched refs:DT_REL (Results 1 - 9 of 9) sorted by relevance

/external/grub/stage2/
H A Di386-elf.h231 #define DT_REL 17 macro
/external/kernel-headers/original/linux/
H A Delf.h77 #define DT_REL 17 macro
/external/elfutils/src/
H A Delflint.c1514 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true },
1515 [DT_RELSZ] = { [DT_REL] = true },
1516 [DT_RELENT] = { [DT_REL] = true },
1634 if (dyn->d_tag == DT_PLTREL && dyn->d_un.d_val != DT_REL
1637 section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"),
1640 if (dyn->d_tag == DT_REL)
1681 case DT_REL:
1777 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT])
1778 && (!has_dt[DT_REL] || !has_dt[DT_RELSZ] || !has_dt[DT_RELENT]))
1782 "DT_REL", "DT_RELS
[all...]
H A Di386_ld.c526 return DT_REL;
H A Dldgeneric.c2444 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA;
4511 outdata->d_type = (REL_TYPE (&ld_state) == DT_REL
6801 assert (DT_RELSZ - DT_REL == 1);
6807 assert (DT_RELENT - DT_REL == 2);
6810 rel == DT_REL
/external/llvm/include/llvm/Support/
H A DELF.h1172 DT_REL = 17, // Address of relocation table (Rel entries). enumerator in enum:llvm::ELF::__anon9121
/external/qemu/
H A Delf.h146 #define DT_REL 17 macro
/external/elfutils/libelf/
H A Delf.h669 #define DT_REL 17 /* Address of Rel relocs */ macro
/external/valgrind/main/perf/
H A Dtinycc.c644 #define DT_REL 17 /* Address of Rel relocs */ macro
19670 put_dt(dynamic, DT_REL, rel_addr);

Completed in 141 milliseconds