Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf.h77 #define DT_RELASZ 8 macro
/bionic/tools/relocation_packer/src/
Delf_file.cc476 … if (tag == DT_RELSZ || tag == DT_RELASZ || tag == DT_ANDROID_RELSZ || tag == DT_ANDROID_RELASZ) { in AdjustDynamicSectionForHole()
739 ReplaceDynamicEntry<ELF>(relocations_type_ == REL ? DT_RELSZ : DT_RELASZ, dyn, &dynamics); in PackTypedRelocations()
853 dyn.d_tag = relocations_type_ == REL ? DT_RELSZ : DT_RELASZ; in UnpackTypedRelocations()
/bionic/linker/
Dlinker.cpp2637 case DT_RELASZ: in prelink_image()
2720 case DT_RELASZ: in prelink_image()