Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_file.cc38 static constexpr uint32_t SHT_ANDROID_RELA = SHT_LOOS + 2; variable
207 if (section_header->sh_type == SHT_RELA || section_header->sh_type == SHT_ANDROID_RELA) { in Load()
219 section_header->sh_type == SHT_ANDROID_RELA; in Load()
540 (new_sh_type == SHT_ANDROID_REL || new_sh_type == SHT_ANDROID_RELA) ? 1 : 0; in ResizeSection()
716 relocations_type_ == REL ? SHT_ANDROID_REL : SHT_ANDROID_RELA, relocations_type_); in PackTypedRelocations()
771 if ((section_header->sh_type == SHT_ANDROID_RELA || section_header->sh_type == SHT_ANDROID_REL) && in UnpackRelocations()