Home
last modified time | relevance | path

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

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