Home
last modified time | relevance | path

Searched refs:sh_type (Results 1 – 4 of 4) 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()
622 section_header->sh_type = new_sh_type; in ResizeSection()
844 if ((section_header->sh_type == SHT_ANDROID_RELA || section_header->sh_type == SHT_ANDROID_REL) && in UnpackRelocations()
/bionic/libc/bionic/
Dvdso.cpp69 if (vdso_shdr[i].sh_type == SHT_DYNSYM) { in __libc_init_vdso()
/bionic/libc/kernel/uapi/linux/
Delf.h317 Elf32_Word sh_type; member
332 Elf64_Word sh_type; member
/bionic/linker/
Dlinker_phdr.cpp354 if (shdr_table_[i].sh_type == SHT_DYNAMIC) { in ReadDynamicSection()
419 if (strtab_shdr->sh_type != SHT_STRTAB) { in ReadDynamicSection()
421 name_.c_str(), dynamic_shdr->sh_link, strtab_shdr->sh_type); in ReadDynamicSection()