Home
last modified time | relevance | path

Searched refs:last_type (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/x86/
Ddl-prop.h103 unsigned int last_type = 0; in _dl_process_property_note() local
135 if (type < last_type) in _dl_process_property_note()
142 last_type = type; in _dl_process_property_note()
/glibc-2.36/elf/
Dreadelflib.c135 unsigned int last_type = 0; in process_elf_file() local
159 if (type < last_type) in process_elf_file()
166 last_type = type; in process_elf_file()
Ddl-load.c880 unsigned int last_type = 0; in _dl_process_pt_gnu_property() local
904 if (type < last_type) in _dl_process_pt_gnu_property()
911 last_type = type; in _dl_process_pt_gnu_property()
/glibc-2.36/manual/
Dsocket.texi494 @c concurrency issue WRT last_type and last_family not being updated