Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf.h281 #define SHT_RELA 4 macro
/bionic/tools/relocation_packer/src/
Delf_file.cc207 if (section_header->sh_type == SHT_RELA || section_header->sh_type == SHT_ANDROID_RELA) { in Load()
834 relocations_type_ == REL ? SHT_REL : SHT_RELA, relocations_type_); in UnpackTypedRelocations()