Lines Matching +defs:first +defs:name
19 * 4. The name of the author may not be used to endorse or promote products
70 const char *name = dstobj->strtab + dstsym->st_name;
77 hash.sysv = _rtld_sysv_hash(name);
78 hash.gnu = _rtld_gnu_hash(name);
82 if (strcmp(name, "_SDA_BASE_") == 0
83 || strcmp(name, "_SDA2_BASE_") == 0)
86 dstobj->path, name));
92 dstobj->path, name);
97 srcsym = _rtld_symlook_obj(name, &hash, srcobj, 0,
105 " relocation in %s", name, dstobj->path);
110 dstobj->path, srcobj->path, name, srcaddr,
244 * that the first bit (i=0) is not processed
258 * the Obj_Entry for the first such object. All objects from the first
263 _rtld_relocate_objects(Obj_Entry *first, bool bind_now)
268 for (obj = first; obj != NULL; obj = obj->next) {