OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tshdr
(Results
1 - 3
of
3
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/stack/
ServerLog.java
352
TimeStampHeader
tsHdr
= (TimeStampHeader) message.getHeader(TimeStampHeader.NAME);
353
long tsval =
tsHdr
== null ? 0 :
tsHdr
.getTime();
377
TimeStampHeader
tshdr
= (TimeStampHeader) message.getHeader(TimeStampHeader.NAME);
local
378
long tsval =
tshdr
== null ? 0 :
tshdr
.getTime();
/external/elfutils/0.153/libdwfl/
relocate.c
303
GElf_Shdr *
tshdr
= gelf_getshdr (tscn, &tshdr_mem);
local
304
const char *tname = elf_strptr (relocated, shstrndx,
tshdr
->sh_name);
308
if (unlikely (
tshdr
->sh_type == SHT_NOBITS) || unlikely (
tshdr
->sh_size == 0))
/external/elfutils/0.153/src/
strip.c
1651
GElf_Shdr *
tshdr
= gelf_ge
tshdr
(tscn, &
tshdr
_mem);
local
[
all
...]
Completed in 202 milliseconds