Lines Matching defs:flags
508 ERROR (_("invalid machine flags: %s\n"),
2609 TEST (flags, 1);
2696 section [%2d] '%s': section group without flags word\n"),
2718 ERROR (_("section [%2d] '%s': unknown section group flags\n"),
2769 section_flags_string (GElf_Word flags, char *buf, size_t len)
2771 if (flags == 0)
2802 if (flags & known_flags[cnt].flag)
2814 flags ^= known_flags[cnt].flag;
2817 if (flags != 0 || cp == buf)
2820 (cp == buf) ? "" : "|", (uint64_t) flags);
3685 /* Extra section flags that might or might not be added to the section
3723 ERROR (_("zeroth section has nonzero flags\n"));
3814 section [%2zu] '%s' has wrong flags: expected %s, is %s\n"),
3832 section [%2zu] '%s' has wrong flags: expected %s and possibly %s, is %s\n"),
4600 /* Unless fully covered, relro flags could be a
4601 subset of the phdrs2 flags. For example the load
4610 loadable segment [%u] flags do not match GNU_RELRO [%u] flags\n"),
4617 GNU_RELRO [%u] flags are not a subset of the loadable segment [%u] flags\n"),