[PATCH v7 1/6] elf: Add SFrame support to _dl_find_object function

Florian Weimer fweimer@redhat.com
Fri Jul 11 10:34:55 GMT 2025


* Florian Weimer:

> * claudiu zissulescu-ianculescu:
>
>
>> +#define DLF_SFRAME      (1 << 0)   /* SFrame stack trace data is valid.  */
>
> Should be 1UL, so that we can use all the bits.

And perhaps we should call this DLFO_FLAG_SFRAME.

Thanks,
Florian



More information about the Libc-alpha mailing list