| rumpuser_dl.c | 168 	void *syms_base = NULL; /* XXXgcc */  local in function:getsymbols 210 			syms_base = adjptr(map, edptr);
 283 	if (str_base == NULL || syms_base == NULL ||
 311 		SYMn_GETMEMBER(syms_base, i, st_shndx, shndx);
 312 		SYMn_GETMEMBER(syms_base, i, st_value, value);
 317 		SYMn_GETMEMBER(syms_base, i, st_name, name);
 332 		    (const uint8_t *)syms_base + i*SYM_GETSIZE(),SYM_GETSIZE());
 
 |