HomeSort by relevance Sort by last modified time
    Searched refs:get_tag (Results 1 - 19 of 19) sorted by null

  /external/qemu/elff/
dwarf_die.h 53 Dwarf_Tag get_tag() const;
elf_file.cc 212 Dwarf_Tag tag = info.die_obj->get_tag();
222 tag = info.die_obj->get_tag();
285 tag = info.die_obj->get_tag();
291 tag = info.die_obj->get_tag();
dwarf_die.cc 37 Dwarf_Tag DIEObject::get_tag() const { function in class:DIEObject
dwarf_defs.h 363 Dwarf_Tag get_tag() const { function in struct:Dwarf_Abbr_DIE
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.h 53 Dwarf_Tag get_tag() const;
elf_file.cc 212 Dwarf_Tag tag = info.die_obj->get_tag();
222 tag = info.die_obj->get_tag();
285 tag = info.die_obj->get_tag();
291 tag = info.die_obj->get_tag();
dwarf_die.cc 39 Dwarf_Tag DIEObject::get_tag() const { function in class:DIEObject
dwarf_defs.h 363 Dwarf_Tag get_tag() const { function in struct:Dwarf_Abbr_DIE
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
parse_core.py 52 #if self.verbose: print "%s.get_tag(%s)=%s"%(self,key,item)
55 def get_tag(self,key): member in class:Symbols
60 #if self.verbose: print "%s.get_tag(%s)=%s"%(self,key,item)
cparse.py 441 _node = symbols.get_tag( node.tag )
471 _node = symbols.get_tag( node.tag )
496 _node = symbols.get_tag( node.tag )
ir.py 357 def get_tag(self): member in class:Taged
369 tag = property( get_tag, set_tag )
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-file-private.hh 206 inline hb_tag_t get_tag (void) const { return u.tag; } function in struct:OT::OpenTypeFontFile
main.cc 70 switch (ot.get_tag ()) {
hb-ot-layout-common-private.hh 83 inline const Tag& get_tag (unsigned int i) const function in struct:OT::RecordArrayOf
222 { return langSys.get_tag (i); }
    [all...]
hb-ot-layout-gsubgpos-private.hh     [all...]
  /external/harfbuzz_ng/src/
hb-open-file-private.hh 206 inline hb_tag_t get_tag (void) const { return u.tag; } function in struct:OT::OpenTypeFontFile
main.cc 70 switch (ot.get_tag ()) {
hb-ot-layout-common-private.hh 83 inline const Tag& get_tag (unsigned int i) const function in struct:OT::RecordArrayOf
223 { return langSys.get_tag (i); }
    [all...]
hb-ot-layout-gsubgpos-private.hh     [all...]

Completed in 142 milliseconds