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

/bionic/libc/kernel/uapi/linux/
H A Delf.h90 #define DT_RELSZ 18 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Delf.h90 #define DT_RELSZ 18 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.cpp3004 case DT_RELSZ:
3005 DL_ERR("unsupported DT_RELSZ in \"%s\"", get_realpath());
3013 case DT_RELSZ:

Completed in 84 milliseconds