Searched refs:DT_REL (Results 1 - 10 of 10) sorted by relevance
/external/elfutils/tests/ |
H A D | alldts.c | 50 DT_SYMBOLIC, DT_REL, DT_RELSZ, DT_RELENT,
|
/external/kernel-headers/original/uapi/linux/ |
H A D | elf.h | 90 #define DT_REL 17 macro
|
/external/elfutils/src/ |
H A D | elflint.c | 1598 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true }, 1599 [DT_RELSZ] = { [DT_REL] = true }, 1600 [DT_RELENT] = { [DT_REL] = true }, 1722 if (dyn->d_tag == DT_PLTREL && dyn->d_un.d_val != DT_REL 1725 section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"), 1760 case DT_REL: 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 D | i386_ld.c | 518 return DT_REL;
|
H A D | ldgeneric.c | 2434 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; 4501 outdata->d_type = (REL_TYPE (&ld_state) == DT_REL 6790 assert (DT_RELSZ - DT_REL == 1); 6796 assert (DT_RELENT - DT_REL == 2); 6799 rel == DT_REL
|
/external/llvm/include/llvm/Support/ |
H A D | ELF.h | 1080 DT_REL = 17, // Address of relocation table (Rel entries). enumerator in enum:llvm::ELF::__anon12046
|
/external/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1448 if (Value == DT_REL) { 1463 case DT_REL:
|
/external/elfutils/libelf/ |
H A D | elf.h | 717 #define DT_REL 17 /* Address of Rel relocs */ macro
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 51 /// @param type Either DT_REL or DT_RELA. Any other value is invalid. 79 if (type == DT_REL)
|
/external/valgrind/perf/ |
H A D | tinycc.c | 644 #define DT_REL 17 /* Address of Rel relocs */ macro 19670 put_dt(dynamic, DT_REL, rel_addr);
|
Completed in 284 milliseconds