Lines Matching refs:type
900 unsigned int type = *(unsigned int *) ptr; 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()
914 if (_dl_process_gnu_property (l, fd, type, datasz, ptr) == 0) in _dl_process_pt_gnu_property()
950 int type; in _dl_map_object_from_fd() local
1076 type = header->e_type; in _dl_map_object_from_fd()
1228 if (__glibc_unlikely (type != ET_DYN) in _dl_map_object_from_fd()
1238 if (__glibc_unlikely ((l->l_ld == 0 && type == ET_DYN) || empty_dynamic)) in _dl_map_object_from_fd()
1251 errstring = _dl_map_segments (l, fd, header, type, loadcmds, nloadcmds, in _dl_map_object_from_fd()
1386 assert (type != ET_EXEC || l->l_type == lt_executable); in _dl_map_object_from_fd()
1591 ElfW(Word) type; in open_verify()
1999 int type, int trace_mode, int mode, Lmid_t nsid) in _dl_map_object() argument
2255 || (l = _dl_new_object (name_copy, name, type, loader, in _dl_map_object()
2288 type, mode, &stack_end, nsid); in _dl_map_object()