Searched refs:tshdr (Results 1 – 3 of 3) sorted by relevance
288 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem); in relocate_section() local289 const char *tname = elf_strptr (relocated, shstrndx, tshdr->sh_name); in relocate_section()293 if (unlikely (tshdr->sh_type == SHT_NOBITS) || unlikely (tshdr->sh_size == 0)) in relocate_section()315 || tshdr->sh_offset < ehsize)) in relocate_section()327 || (shdrs_start < tshdr->sh_offset + tshdr->sh_size in relocate_section()328 && tshdr->sh_offset < shdrs_end))) in relocate_section()342 || (phdrs_start < tshdr->sh_offset + tshdr->sh_size in relocate_section()343 && tshdr->sh_offset < phdrs_end))) in relocate_section()
377 TimeStampHeader tshdr = (TimeStampHeader) message.getHeader(TimeStampHeader.NAME); in logMessage() local378 long tsval = tshdr == null ? 0 : tshdr.getTime(); in logMessage()
1676 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem); in handle_elf() local1677 if (tshdr->sh_type == SHT_NOBITS in handle_elf()1678 || tshdr->sh_size == 0 in handle_elf()1679 || (tshdr->sh_flags & SHF_ALLOC) != 0) in handle_elf()1683 tshdr->sh_name); in handle_elf()