OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tshdr
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/libdwfl/
relocate.c
486
GElf_Shdr *
tshdr
= gelf_getshdr (tscn, &tshdr_mem);
local
487
if (
tshdr
== NULL)
490
const char *tname = elf_strptr (relocated, shstrndx,
tshdr
->sh_name);
502
if ((
tshdr
->sh_flags & SHF_COMPRESSED) != 0)
507
tshdr
= gelf_getshdr (tscn, &tshdr_mem);
508
if (
tshdr
== NULL)
511
if (unlikely (
tshdr
->sh_type == SHT_NOBITS)
512
|| unlikely (
tshdr
->sh_size == 0))
546
||
tshdr
->sh_offset < ehsize))
558
|| (shdrs_start <
tshdr
->sh_offset + tshdr->sh_siz
[
all
...]
/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/src/
strip.c
1770
GElf_Shdr *
tshdr
= gelf_ge
tshdr
(tscn, &
tshdr
_mem);
local
[
all
...]
Completed in 1229 milliseconds