Home
last modified time | relevance | path

Searched refs:INIT_ARRAY (Results 1 – 7 of 7) sorted by relevance

/third_party/elfutils/libebl/
Deblsectiontypename.c60 KNOWNSTYPE (INIT_ARRAY), in ebl_section_type_name()
/third_party/elfutils/tests/
Drun-alldts.sh54 INIT_ARRAY 0xdeadbeef
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.c76 #define INIT_ARRAY(field, type, init_func) \ macro
162 INIT_ARRAY (field, gchar *, free_string)
290 INIT_ARRAY (msg->bandwidths, GstSDPBandwidth, gst_sdp_bandwidth_clear); in gst_sdp_message_init()
291 INIT_ARRAY (msg->times, GstSDPTime, gst_sdp_time_clear); in gst_sdp_message_init()
292 INIT_ARRAY (msg->zones, GstSDPZone, gst_sdp_zone_clear); in gst_sdp_message_init()
294 INIT_ARRAY (msg->attributes, GstSDPAttribute, gst_sdp_attribute_clear); in gst_sdp_message_init()
295 INIT_ARRAY (msg->medias, GstSDPMedia, gst_sdp_media_uninit); in gst_sdp_message_init()
1845 INIT_ARRAY (media->connections, GstSDPConnection, gst_sdp_connection_clear); in gst_sdp_media_init()
1846 INIT_ARRAY (media->bandwidths, GstSDPBandwidth, gst_sdp_bandwidth_clear); in gst_sdp_media_init()
1848 INIT_ARRAY (media->attributes, GstSDPAttribute, gst_sdp_attribute_clear); in gst_sdp_media_init()
Dgstmikey.c49 #define INIT_ARRAY(field, type, init_func) \ macro
122 INIT_ARRAY (p->subpayloads, GstMIKEYPayload *, payload_destroy); in gst_mikey_payload_kemac_set()
401 INIT_ARRAY (p->params, GstMIKEYPayloadSPParam, param_clear); in gst_mikey_payload_sp_set()
888 INIT_ARRAY (result->map_info, GstMIKEYMapSRTP, NULL); in gst_mikey_message_new()
889 INIT_ARRAY (result->payloads, GstMIKEYPayload *, payload_destroy); in gst_mikey_message_new()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDynamicTags.def64 DYNAMIC_TAG(INIT_ARRAY, 25) // Pointer to array of initialization functions.
/third_party/gstreamer/gstplugins_base/
DChangeLog139180 …gst-libs/gst/sdp/gstsdpmessage.*: Separate INIT_ARRAY() and related macros into two versions, one …
139198 Separate INIT_ARRAY() and related macros into two versions, one for
139199 structures and one for pointers (e.g., INIT_ARRAY() and
/third_party/gstreamer/gstplugins_good/
DChangeLog138110 Avoid a compiler warning in INIT_ARRAY().