Lines Matching refs:ElfW

53 match_symbol (const char *name, Lmid_t ns, ElfW(Word) hash, const char *string,  in match_symbol()
57 ElfW(Addr) def_offset; in match_symbol()
58 ElfW(Verdef) *def; in match_symbol()
89 def = (ElfW(Verdef) *) ((char *) map->l_addr + def_offset); in match_symbol()
110 ElfW(Verdaux) *aux = (ElfW(Verdaux) *) ((char *) def + def->vd_aux); in match_symbol()
124 def = (ElfW(Verdef) *) ((char *) def + def->vd_next); in match_symbol()
159 ElfW(Dyn) *dyn; in _dl_check_map_versions()
161 ElfW(Dyn) *def; in _dl_check_map_versions()
180 ElfW(Verneed) *ent = (ElfW(Verneed) *) (map->l_addr + dyn->d_un.d_ptr); in _dl_check_map_versions()
199 ElfW(Vernaux) *aux; in _dl_check_map_versions()
213 aux = (ElfW(Vernaux) *) ((char *) ent + ent->vn_aux); in _dl_check_map_versions()
232 aux = (ElfW(Vernaux) *) ((char *) aux + aux->vna_next); in _dl_check_map_versions()
241 ent = (ElfW(Verneed) *) ((char *) ent + ent->vn_next); in _dl_check_map_versions()
252 ElfW(Verdef) *ent; in _dl_check_map_versions()
253 ent = (ElfW(Verdef) *) (map->l_addr + def->d_un.d_ptr); in _dl_check_map_versions()
263 ent = (ElfW(Verdef) *) ((char *) ent + ent->vd_next); in _dl_check_map_versions()
291 ElfW(Verneed) *ent; in _dl_check_map_versions()
292 ent = (ElfW(Verneed) *) (map->l_addr + dyn->d_un.d_ptr); in _dl_check_map_versions()
295 ElfW(Vernaux) *aux; in _dl_check_map_versions()
296 aux = (ElfW(Vernaux) *) ((char *) ent + ent->vn_aux); in _dl_check_map_versions()
299 ElfW(Half) ndx = aux->vna_other & 0x7fff; in _dl_check_map_versions()
314 aux = (ElfW(Vernaux) *) ((char *) aux + aux->vna_next); in _dl_check_map_versions()
322 ent = (ElfW(Verneed) *) ((char *) ent + ent->vn_next); in _dl_check_map_versions()
329 ElfW(Verdef) *ent; in _dl_check_map_versions()
330 ent = (ElfW(Verdef) *) (map->l_addr + def->d_un.d_ptr); in _dl_check_map_versions()
333 ElfW(Verdaux) *aux; in _dl_check_map_versions()
334 aux = (ElfW(Verdaux) *) ((char *) ent + ent->vd_aux); in _dl_check_map_versions()
340 ElfW(Half) ndx = ent->vd_ndx & 0x7fff; in _dl_check_map_versions()
350 ent = (ElfW(Verdef) *) ((char *) ent + ent->vd_next); in _dl_check_map_versions()