Home
last modified time | relevance | path

Searched refs:DT_RELSZ (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Delf.h76 #define DT_RELSZ 18 macro
/bionic/tools/relocation_packer/src/
Delf_file.cc547 … if (tag == DT_RELSZ || tag == DT_RELASZ || tag == DT_ANDROID_RELSZ || tag == DT_ANDROID_RELASZ) { in AdjustDynamicSectionForHole()
815 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_RELSZ : DT_RELASZ, dyn, &dynamics); in PackTypedRelocations()
934 dyn.d_tag = relocations_type_ == REL ? DT_RELSZ : DT_RELASZ; in UnpackTypedRelocations()
/bionic/linker/
Dlinker.cpp3046 case DT_RELSZ: in prelink_image()
3055 case DT_RELSZ: in prelink_image()