https://sourceware.org/bugzilla/show_bug.cgi?id=29571

--- Comment #7 from Mark Wielaard <mark at klomp dot org> ---
(In reply to Sam Zeter from comment #6)
> I also noticed in libelf/elf.h that we define these flags but do not print
> them in readelf:
> 
> #define SHF_MASKOS         0x0ff00000 /* OS-specific.  */
> #define SHF_MASKPROC       0xf0000000 /* Processor-specific */
> 
> is this intentional?

Yes, those aren't flag values themselves. They as masks, you would use them if
you are only interested in the OS or Processor specific flag values.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to