Home
last modified time | relevance | path

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

/bionic/tools/relocation_packer/src/
Delf_file.cc204 if (section_header->sh_type == SHT_REL || section_header->sh_type == SHT_ANDROID_REL) { in Load()
207 if (section_header->sh_type == SHT_RELA || section_header->sh_type == SHT_ANDROID_RELA) { in Load()
218 section_header->sh_type == SHT_ANDROID_REL || in Load()
219 section_header->sh_type == SHT_ANDROID_RELA; in Load()
549 section_header->sh_type = new_sh_type; in ResizeSection()
771 if ((section_header->sh_type == SHT_ANDROID_RELA || section_header->sh_type == SHT_ANDROID_REL) && in UnpackRelocations()
/bionic/libc/kernel/uapi/linux/
Delf.h314 Elf32_Word sh_type; member
329 Elf64_Word sh_type; member
/bionic/libc/bionic/
Dvdso.cpp78 if (vdso_shdr[i].sh_type == SHT_DYNSYM) { in __libc_init_vdso()