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

  /toolchain/binutils/binutils-2.25/include/
simple-object.h 60 /* Call PFN for each section in SIMPLE_OBJECT, passing it the section
71 simple_object_find_sections (simple_object_read *simple_object,
77 /* Look for the section NAME in SIMPLE_OBJECT. This returns
78 information for the first section NAME in SIMPLE_OBJECT. Note that
94 simple_object_find_section (simple_object_read *simple_object,
98 /* Release all resources associated with SIMPLE_OBJECT. This does not
110 /* Fetch the attributes of SIMPLE_OBJECT. This information will
112 SIMPLE_OBJECT is closed. On error this returns NULL, sets *ERRMSG
117 simple_object_fetch_attributes (simple_object_read *simple_object,
159 /* Add a section to SIMPLE_OBJECT. NAME is the name of the ne
    [all...]
  /external/v8/test/cctest/
test-api.cc 20769 Local<Object> simple_object = Object::New(isolate); local
    [all...]

Completed in 151 milliseconds