Searched refs:DT_REL (Results 1 - 12 of 12) sorted by last modified time

/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);
/external/qemu/include/
H A Delf.h152 #define DT_REL 17 macro
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp843 if (Value == DT_REL) {
858 case DT_REL:
/external/llvm/include/llvm/Support/
H A DELF.h1674 DT_REL = 17, // Address of relocation table (Rel entries). enumerator in enum:llvm::ELF::__anon25604
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp51 /// @param type Either DT_REL or DT_RELA. Any other value is invalid.
79 if (type == DT_REL)
/external/kernel-headers/original/uapi/linux/
H A Delf.h90 #define DT_REL 17 macro
/external/elfutils/0.153/libelf/
H A Delf.h675 #define DT_REL 17 /* Address of Rel relocs */ macro
/external/elfutils/0.153/src/
H A Delflint.c1552 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true },
1553 [DT_RELSZ] = { [DT_REL] = true },
1554 [DT_RELENT] = { [DT_REL] = true },
1668 if (dyn->d_tag == DT_PLTREL && dyn->d_un.d_val != DT_REL
1671 section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"),
1706 case DT_REL:
1802 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT])
1803 && (!has_dt[DT_REL] || !has_dt[DT_RELSZ] || !has_dt[DT_RELENT]))
1807 "DT_REL", "DT_RELSZ", "DT_RELENT");
H A Di386_ld.c526 return DT_REL;
H A Dldgeneric.c2442 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA;
4509 outdata->d_type = (REL_TYPE (&ld_state) == DT_REL
6798 assert (DT_RELSZ - DT_REL == 1);
6804 assert (DT_RELENT - DT_REL == 2);
6807 rel == DT_REL
/external/chromium_org/third_party/libvpx/include/
H A Delf.h105 #define DT_REL 17 macro
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relocations.cpp187 if (dyn_value != DT_REL && dyn_value != DT_RELA) {
202 case DT_REL:
204 (tag == DT_RELA) ? "DT_RELA" : "DT_REL",
207 *error = "Unsupported DT_RELA/DT_REL combination in dynamic section";
276 *error = "Combining DT_REL and DT_RELA is not currently supported";
282 if (relocations_type_ != DT_REL && relocations_type_ != DT_RELA) {
284 relocations_type_ = DT_REL;
289 if (relocations_type_ == DT_REL && has_rela_relocations) {
290 *error = "Found DT_RELA in dyn section, but DT_PLTREL is DT_REL";
294 *error = "Found DT_REL i
[all...]

Completed in 8342 milliseconds