Searched refs:DT_RELENT (Results 1 – 9 of 9) sorted by relevance
/external/elfutils/src/tests/ |
D | alldts.c | 50 DT_SYMBOLIC, DT_REL, DT_RELSZ, DT_RELENT, in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 92 #define DT_RELENT 19 macro
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1007 DT_RELENT = 19, // Size of a Rel relocation entry. enumerator
|
/external/elfutils/src/src/ |
D | elflint.c | 1578 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true }, in check_dynamic() 1580 [DT_RELENT] = { [DT_REL] = true }, in check_dynamic() 1829 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT]) in check_dynamic() 1830 && (!has_dt[DT_REL] || !has_dt[DT_RELSZ] || !has_dt[DT_RELENT])) in check_dynamic()
|
D | ldgeneric.c | 6796 assert (DT_RELENT - DT_REL == 2); in ld_generic_create_outfile()
|
D | readelf.c | 1647 case DT_RELENT: in handle_dynamic()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 892 case DT_RELENT: in printValue()
|
/external/elfutils/src/libelf/ |
D | elf.h | 693 #define DT_RELENT 19 /* Size of one Rel reloc */ macro
|
/external/valgrind/perf/ |
D | tinycc.c | 646 #define DT_RELENT 19 /* Size of one Rel reloc */ macro 19670 put_dt(dynamic, DT_RELENT, sizeof(Elf32_Rel)); in tcc_output_file()
|