Searched refs:datasz (Results 1 – 5 of 5) sorted by relevance
31 uint32_t datasz, void *data) in read_gnu_property() argument39 if (datasz == 4) in read_gnu_property()
48 uint32_t datasz, void *data) in _dl_process_gnu_property() argument53 if (datasz == 4) in _dl_process_gnu_property()
29 datasz, void *data) in read_gnu_property() argument
46 uint32_t datasz, void *data) in _dl_process_gnu_property() argument55 if (datasz != 4) in _dl_process_gnu_property()
132 unsigned int datasz = *(unsigned int *) (ptr + 4); in _dl_process_property_note() local139 if ((ptr + datasz) > ptr_end) in _dl_process_property_note()151 if (datasz != 4) in _dl_process_property_note()185 ptr += ALIGN_UP (datasz, sizeof (ElfW(Addr))); in _dl_process_property_note()218 uint32_t datasz, void *data) in _dl_process_gnu_property() argument
Completed in 5 milliseconds