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

  /external/libsepol/include/sepol/policydb/
avtab.h 74 void *parse_context; /* generic context pointer used by parser; member in struct:avtab_node
114 void *parse_context);
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.h 237 * parse_context - Parsing context that lists tags for DIEs that should be
246 virtual bool parse(const DwarfParseContext* parse_context,
346 bool parse(const DwarfParseContext* parse_context,
388 * parse_context - See DwarfCU::parse().
400 const Elf_Byte* process_DIE(const DwarfParseContext* parse_context,
406 * parse_context See DwarfCU::parse().
418 DIEObject* create_die_object(const DwarfParseContext* parse_context,
dwarf_cu.cc 316 const DwarfParseContext* parse_context,
319 if (process_DIE(parse_context, get_DIE(), NULL) == NULL) {
334 const DwarfParseContext* parse_context,
358 create_die_object(parse_context, die, parent_obj, die_tag);
407 process_DIE(parse_context, die, die_obj != NULL ? die_obj : parent_obj);
418 const DwarfParseContext* parse_context,
425 if (tag == DW_TAG_compile_unit || collect_die(parse_context, tag)) {
dwarf_defs.h 681 * parse_context - Parse context to check the tag against. This parameter can
689 collect_die(const DwarfParseContext* parse_context, Dwarf_Tag tag) {
690 if (parse_context == NULL || parse_context->tags == NULL) {
693 for (const Dwarf_Tag* tags = parse_context->tags; *tags != 0; tags++) {
elf_file.h 341 * parse_context - Parsing context that defines which tags, and which
349 virtual int parse_compilation_units(const DwarfParseContext* parse_context) = 0;
596 virtual int parse_compilation_units(const DwarfParseContext* parse_context);
elf_file.cc 398 const DwarfParseContext* parse_context) {
427 if (cu->parse(parse_context, &next_cu)) {
  /external/chromium_org/third_party/jinja2/
parser.py 271 def parse_context(): function in function:Parser.parse_from
283 if parse_context():
295 if parse_context() or self.stream.current.type != 'comma':
    [all...]
  /external/libsepol/src/
expand.c     [all...]
conditional.c 690 node_ptr->parse_context = (void *)1;
write.c 667 if (cur_list->node->parse_context)
682 if (cur_list->node->parse_context)
    [all...]

Completed in 388 milliseconds