Lines Matching defs:value

80 /* argp key value for --elf-section, non-ascii.  */
83 /* argp key value for --dwarf-skeleton, non-ascii. */
86 /* argp key value for --dyn-syms, non-ascii. */
1213 get_visibility_type (int value)
1215 switch (value)
1851 error_exit (0, _("invalid sh_link value in section %zu"),
2532 error_exit (0, _("invalid sh_link value in section %zu"),
2797 error_exit (0, _("invalid sh_link value in section %zu"),
2872 error_exit (0, _("invalid sh_link value in section %zu"),
3175 error_exit (0, _("invalid sh_link value in section %zu"),
3249 error (0, 0, _("invalid sh_link value in section %zu"),
3467 an invalid value. */
3776 /* GNU style tags have either a uleb128 value,
3780 both a string and a uleb128 value. For
3784 uint64_t value = 0;
3789 get_uleb128 (value, r, q);
3809 tag, value,
3816 tag_name, value, string);
3819 tag_name, value);
3832 tag, value);
4515 // XXX value might be modified by relocation
4527 // XXX value might be modified by relocation
4538 // XXX value might be modified by relocation
4549 // XXX value might be modified by relocation
4560 // XXX value might be modified by relocation
4571 // XXX value might be modified by relocation
4582 // XXX value might be modified by relocation
4593 // XXX value might be modified by relocation
4796 /* 1-byte unsigned size of value, uleb128 CU relative
4813 /* 1-byte unsigned size of value, uleb128 base_type DIE offset. */
5571 error (0, 0, _("invalid sh_link value in section %zu"),
7053 // XXX There are sometimes relocations for this value
7248 "cannot get attribute '%s' (%s) value: "
7689 an unsigned value. */
8311 /* Print the value of a form.
8312 Returns new value of readp, or readendp on failure. */
8667 /* Then the flag determining the default value of the is_stmt
8689 " Initial value if 'is_stmt': %" PRIuFAST8 "\n"
8979 /* Yes. Handling this is quite easy since the opcode value
9245 advance address by fixed value %u to \n"),
11784 void *value, const void *data, size_t size)
11789 .d_buf = value,
11819 Make sure the backend didn't put in some large bogus value. */
12215 union { TYPES; uint64_t b128[2]; } value;
12227 desc = convert (core, ELF_T_##xtype, 1, &value, desc, 0); \
12231 sfmt, value.b##bits##s); \
12235 ufmt, value.b##bits); \
12242 desc = convert (core, ELF_T_XWORD, 2, &value, desc, 0);
12247 value.b128[!be], value.b128[be]);