Searched refs:DT_RELASZ (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Delf.h77 #define DT_RELASZ 8 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Delf.h77 #define DT_RELASZ 8 macro
/bionic/tools/relocation_packer/src/
H A Delf_file.cc547 // DT_RELSZ or DT_RELASZ indicate the overall size of relocations.
549 if (tag == DT_RELSZ || tag == DT_RELASZ || tag == DT_ANDROID_RELSZ || tag == DT_ANDROID_RELASZ) {
812 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_RELSZ : DT_RELASZ, dyn, &dynamics);
926 dyn.d_tag = relocations_type_ == REL ? DT_RELSZ : DT_RELASZ;
/bionic/linker/
H A Dlinker.cpp2969 case DT_RELASZ:
3052 case DT_RELASZ:
3053 DL_ERR("unsupported DT_RELASZ in \"%s\"", get_realpath());

Completed in 27 milliseconds