OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pdie
(Results
1 - 2
of
2
) sorted by null
/external/minijail/
util.h
20
#define
pdie
(_msg, ...) \
macro
/toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc
658
const unsigned char*
pdie
= dwinfo->buffer_at_offset(die_offset);
local
659
if (
pdie
== NULL)
661
unsigned int code = read_unsigned_LEB_128(
pdie
, &len);
684
const unsigned char*
pdie
=
local
686
if (
pdie
== NULL)
688
const unsigned char* pattr =
pdie
+ this->attr_offset_;
702
off_t attr_off = this->die_offset_ + (pattr -
pdie
);
912
this->child_offset_ = this->die_offset_ + (pattr -
pdie
);
914
this->sibling_offset_ = this->die_offset_ + (pattr -
pdie
);
927
const unsigned char*
pdie
local
[
all
...]
Completed in 104 milliseconds