hppa_plabel
#define HPPA_GET_PLABEL(addr) ((hppa_plabel *) (((uintptr_t)addr) & ~3))
#define RTLD_GET_PLABEL(addr) ((hppa_plabel *) (((Elf_Addr)addr) & ~3))
static hppa_plabel hppa_plabel_pre[HPPA_PLABEL_PRE];
hppa_plabel *plabel;
hppa_plabel *plabel;
plabel = NEW(hppa_plabel);
hppa_plabel *label = RTLD_GET_PLABEL(ptr);
volatile hppa_plabel plabel;