Home
last modified time | relevance | path

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

/external/grub/stage2/
Di386-elf.h233 #define DT_RELENT 19 macro
/external/kernel-headers/original/linux/
Delf.h79 #define DT_RELENT 19 macro
/external/llvm/include/llvm/Support/
DELF.h1174 DT_RELENT = 19, // Size of a Rel relocation entry. enumerator
/external/qemu/
Delf.h148 #define DT_RELENT 19 macro
/external/elfutils/src/
Delflint.c1514 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true }, in check_dynamic()
1516 [DT_RELENT] = { [DT_REL] = true }, in check_dynamic()
1777 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT]) in check_dynamic()
1778 && (!has_dt[DT_REL] || !has_dt[DT_RELSZ] || !has_dt[DT_RELENT])) in check_dynamic()
Dreadelf.c1359 case DT_RELENT: in handle_dynamic()
Dldgeneric.c6807 assert (DT_RELENT - DT_REL == 2); in ld_generic_create_outfile()
/external/elfutils/libelf/
Delf.h671 #define DT_RELENT 19 /* Size of one Rel reloc */ macro
/external/valgrind/main/perf/
Dtinycc.c646 #define DT_RELENT 19 /* Size of one Rel reloc */ macro
19670 put_dt(dynamic, DT_RELENT, sizeof(Elf32_Rel)); in tcc_output_file()