Searched refs:tshdr (Results 1 – 3 of 3) sorted by relevance
508 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem); in relocate_section() local509 if (tshdr == NULL) in relocate_section()512 const char *tname = elf_strptr (relocated, shstrndx, tshdr->sh_name); in relocate_section()524 if ((tshdr->sh_flags & SHF_COMPRESSED) != 0) in relocate_section()529 tshdr = gelf_getshdr (tscn, &tshdr_mem); in relocate_section()530 if (tshdr == NULL) in relocate_section()533 if (unlikely (tshdr->sh_type == SHT_NOBITS) in relocate_section()534 || unlikely (tshdr->sh_size == 0)) in relocate_section()574 || tshdr->sh_offset < ehsize)) in relocate_section()589 if (unlikely (shdrs_start < tshdr->sh_offset + tshdr->sh_size in relocate_section()[all …]
377 TimeStampHeader tshdr = (TimeStampHeader) message.getHeader(TimeStampHeader.NAME); in logMessage() local378 long tsval = tshdr == null ? 0 : tshdr.getTime(); in logMessage()
467 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem); in remove_debug_relocations() local468 if (tshdr->sh_type == SHT_NOBITS in remove_debug_relocations()469 || tshdr->sh_size == 0 in remove_debug_relocations()470 || (tshdr->sh_flags & SHF_ALLOC) != 0) in remove_debug_relocations()474 tshdr->sh_name); in remove_debug_relocations()