Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Drelocate.c486 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem); in relocate_section() local
487 if (tshdr == NULL) in relocate_section()
490 const char *tname = elf_strptr (relocated, shstrndx, tshdr->sh_name); in relocate_section()
502 if ((tshdr->sh_flags & SHF_COMPRESSED) != 0) in relocate_section()
507 tshdr = gelf_getshdr (tscn, &tshdr_mem); in relocate_section()
508 if (tshdr == NULL) in relocate_section()
511 if (unlikely (tshdr->sh_type == SHT_NOBITS) in relocate_section()
512 || unlikely (tshdr->sh_size == 0)) in relocate_section()
546 || tshdr->sh_offset < ehsize)) in relocate_section()
558 || (shdrs_start < tshdr->sh_offset + tshdr->sh_size in relocate_section()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/stack/
DServerLog.java377 TimeStampHeader tshdr = (TimeStampHeader) message.getHeader(TimeStampHeader.NAME); in logMessage() local
378 long tsval = tshdr == null ? 0 : tshdr.getTime(); in logMessage()
/external/elfutils/src/
Dstrip.c1770 GElf_Shdr *tshdr = gelf_getshdr (tscn, &tshdr_mem); in handle_elf() local
1771 if (tshdr->sh_type == SHT_NOBITS in handle_elf()
1772 || tshdr->sh_size == 0 in handle_elf()
1773 || (tshdr->sh_flags & SHF_ALLOC) != 0) in handle_elf()
1777 tshdr->sh_name); in handle_elf()