Searched refs:sh_type (Results 1 – 3 of 3) sorted by relevance
219 public final long sh_type; field in ReadElf.SecHeader241 this.sh_type = type; in SecHeader()257 this.sh_type, in toString()830 long sh_type = readWord(); in readSectionHeaders() local837 if (sh_type == SHT_STRTAB) { in readSectionHeaders()852 long sh_type = readWord(); in readSectionHeaders() local864 if (sh_type == SHT_SYMTAB || sh_type == SHT_DYNSYM) { in readSectionHeaders()879 } else if (sh_type == SHT_STRTAB) { in readSectionHeaders()896 } else if (sh_type == SHT_DYNAMIC) { in readSectionHeaders()905 } else if (sh_type == SHT_GNU_VERSYM) { in readSectionHeaders()[all …]
139 is_rela = rel_sh.sh_type in (consts.SHT_RELA,141 is_relr = rel_sh.sh_type in (consts.SHT_RELR,292 if sh.sh_type == consts.SHT_NOBITS:308 if sh.sh_type in sh_rel_types:
443 if rel.sh_type == consts.SHT_RELA:459 if rel.sh_type in (consts.SHT_ANDROID_REL, consts.SHT_ANDROID_RELA):461 if rel.sh_type == consts.SHT_ANDROID_REL:465 elif rel.sh_type in (consts.SHT_RELR, consts.SHT_ANDROID_RELR):620 if sh.sh_type == consts.SHT_DYNAMIC: