Searched refs:SHT_REL (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Delf.h287 #define SHT_REL 9 macro
/bionic/tools/relocation_packer/src/
H A Delf_file.cc204 if (section_header->sh_type == SHT_REL || section_header->sh_type == SHT_ANDROID_REL) {
538 // for SHT_REL/SHT_RELA.
834 relocations_type_ == REL ? SHT_REL : SHT_RELA, relocations_type_);

Completed in 28 milliseconds