Lines Matching refs:rel
327 rel(unsigned char* view,
353 rel(unsigned char* view,
483 // Do a simple 8-bit REL relocation with the addend in the section
487 { This::template rel<8>(view, value); }
493 { This::template rel<8>(view, object, psymval); }
536 // Do a simple 16-bit REL relocation with the addend in the section
540 { This::template rel<16>(view, value); }
546 { This::template rel<16>(view, object, psymval); }
560 // Do a simple 16-bit PC relative REL relocation with the addend in
590 // Do a simple 32-bit REL relocation with the addend in the section
594 { This::template rel<32>(view, value); }
605 { This::template rel<32>(view, object, psymval); }
626 // Do a simple 32-bit PC relative REL relocation with the addend in
662 // Do a simple 64-bit REL relocation with the addend in the section
666 { This::template rel<64>(view, value); }
672 { This::template rel<64>(view, object, psymval); }
687 // Do a simple 64-bit PC relative REL relocation with the addend in