Searched refs:SHT_RELA (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Delf.h281 #define SHT_RELA 4 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Delf.h281 #define SHT_RELA 4 macro
/bionic/tools/relocation_packer/src/
H A Delf_file.cc207 if (section_header->sh_type == SHT_RELA || section_header->sh_type == SHT_ANDROID_RELA) {
611 // for SHT_REL/SHT_RELA.
907 relocations_type_ == REL ? SHT_REL : SHT_RELA, relocations_type_);

Completed in 886 milliseconds