Lines Matching refs:name
47 ebl_object_note (Ebl *ebl, uint32_t namesz, const char *name, uint32_t type,
50 if (! ebl->object_note (name, type, descsz, desc))
54 if (strcmp ("stapsdt", name) == 0)
64 name and arguments. */
141 if (strncmp (name, ELF_NOTE_GNU_BUILD_ATTRIBUTE_PREFIX,
191 /* Most data actually is inside the name.
196 const char *data = (name
250 size_t bytes = namesz - (value - name);
287 /* NT_VERSION doesn't have any info. All data is in the name. */
291 if (strcmp ("FDO", name) == 0 && type == NT_FDO_PACKAGING_METADATA
295 /* Everything else should have the "GNU" owner name. */
296 if (strcmp ("GNU", name) != 0)
302 if (strcmp (name, "GNU") == 0 && descsz > 0)
313 if (strcmp (name, "GNU") == 0 && descsz > 0)
320 if (strcmp (name, "GNU") == 0 && descsz > 0)