Home | History | Annotate | Download | only in gold

Lines Matching full:elfcpp

31 #include "elfcpp.h"
328 typename elfcpp::Swap<valsize, big_endian>::Valtype value)
330 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
332 Valtype x = elfcpp::Swap<valsize, big_endian>::readval(wv);
333 elfcpp::Swap<valsize, big_endian>::writeval(wv, x + value);
340 typename elfcpp::Swap<valsize, big_endian>::Valtype value)
342 typedef typename elfcpp::Swap_unaligned<valsize, big_endian>::Valtype
344 Valtype x = elfcpp::Swap_unaligned<valsize, big_endian>::readval(view);
345 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(view, x + value);
357 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
359 Valtype x = elfcpp::Swap<valsize, big_endian>::readval(wv);
361 elfcpp::Swap<valsize, big_endian>::writeval(wv, x);
371 typedef typename elfcpp::Swap_unaligned<valsize, big_endian>::Valtype
373 Valtype x = elfcpp::Swap_unaligned<valsize, big_endian>::readval(view);
375 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(view, x);
383 typename elfcpp::Swap<valsize, big_endian>::Valtype value,
384 typename elfcpp::Swap<valsize, big_endian>::Valtype addend)
386 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
388 elfcpp::Swap<valsize, big_endian>::writeval(wv, value + addend);
398 typename elfcpp::Swap<valsize, big_endian>::Valtype addend)
400 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
403 elfcpp::Swap<valsize, big_endian>::writeval(wv, x);
411 typename elfcpp::Swap<valsize, big_endian>::Valtype value,
412 typename elfcpp::Elf_types<size>::Elf_Addr address)
414 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
416 Valtype x = elfcpp::Swap<valsize, big_endian>::readval(wv);
417 elfcpp::Swap<valsize, big_endian>::writeval(wv, x + value - address);
424 typename elfcpp::Swap<valsize, big_endian>::Valtype value,
425 typename elfcpp::Elf_types<size>::Elf_Addr address)
427 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
428 Valtype x = elfcpp::Swap_unaligned<valsize, big_endian>::readval(view);
429 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(view,
441 typename elfcpp::Elf_types<size>::Elf_Addr address)
443 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
445 Valtype x = elfcpp::Swap<valsize, big_endian>::readval(wv);
447 elfcpp::Swap<valsize, big_endian>::writeval(wv, x - address);
455 typename elfcpp::Swap<valsize, big_endian>::Valtype value,
456 typename elfcpp::Swap<valsize, big_endian>::Valtype addend,
457 typename elfcpp::Elf_types<size>::Elf_Addr address)
459 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
461 elfcpp::Swap<valsize, big_endian>::writeval(wv, value + addend - address);
471 typename elfcpp::Swap<valsize, big_endian>::Valtype addend,
472 typename elfcpp::Elf_types<size>::Elf_Addr address)
474 typedef typename elfcpp::Swap<valsize, big_endian>::Valtype Valtype;
477 elfcpp::Swap<valsize, big_endian>::writeval(wv, x - address);
511 typename elfcpp::Elf_types<size>::Elf_Addr address)
518 typename elfcpp::Elf_types<size>::Elf_Addr address)
525 typename elfcpp::Elf_types<size>::Elf_Addr address)
533 typename elfcpp::Elf_types<size>::Elf_Addr address)
539 rel16(unsigned char* view, elfcpp::Elf_Half value)
550 rela16(unsigned char* view, elfcpp::Elf_Half value, elfcpp::Elf_Half addend)
557 elfcpp::Elf_Half addend)
563 pcrel16(unsigned char* view, elfcpp::Elf_Half value,
564 typename elfcpp::Elf_types<size>::Elf_Addr address)
571 typename elfcpp::Elf_types<size>::Elf_Addr address)
577 pcrela16(unsigned char* view, elfcpp::Elf_Half value,
578 elfcpp::Elf_Half addend,
579 typename elfcpp::Elf_types<size>::Elf_Addr address)
586 elfcpp::Elf_Half addend,
587 typename elfcpp::Elf_types<size>::Elf_Addr address)
593 rel32(unsigned char* view, elfcpp::Elf_Word value)
598 rel32_unaligned(unsigned char* view, elfcpp::Elf_Word value)
616 rela32(unsigned char* view, elfcpp::Elf_Word value, elfcpp::Elf_Word addend)
623 elfcpp::Elf_Word addend)
629 pcrel32(unsigned char* view, elfcpp::Elf_Word value,
630 typename elfcpp::Elf_types<size>::Elf_Addr address)
635 pcrel32_unaligned(unsigned char* view, elfcpp::Elf_Word value,
636 typename elfcpp::Elf_types<size>::Elf_Addr address)
643 typename elfcpp::Elf_types<size>::Elf_Addr address)
649 pcrela32(unsigned char* view, elfcpp::Elf_Word value,
650 elfcpp::Elf_Word addend,
651 typename elfcpp::Elf_types<size>::Elf_Addr address)
658 elfcpp::Elf_Word addend,
659 typename elfcpp::Elf_types<size>::Elf_Addr address)
665 rel64(unsigned char* view, elfcpp::Elf_Xword value)
676 rela64(unsigned char* view, elfcpp::Elf_Xword value,
677 elfcpp::Elf_Xword addend)
684 elfcpp::Elf_Xword addend)
690 pcrel64(unsigned char* view, elfcpp::Elf_Xword value,
691 typename elfcpp::Elf_types<size>::Elf_Addr address)
698 typename elfcpp::Elf_types<size>::Elf_Addr address)
704 pcrela64(unsigned char* view, elfcpp::Elf_Xword value,
705 elfcpp::Elf_Xword addend,
706 typename elfcpp::Elf_types<size>::Elf_Addr address)
713 elfcpp::Elf_Xword addend,
714 typename elfcpp::Elf_types<size>::Elf_Addr address)
849 // (elfcpp::SHT_REL or elfcpp::SHT_RELA). This returns false if