Home | History | Annotate | Download | only in gold

Lines Matching refs:elfcpp

75 #include "elfcpp.h"
1059 const int sym_size = elfcpp::Elf_sizes<size>::sym_size;
1061 elfcpp::Sym<size, big_endian> sym(symbuf);
1062 elfcpp::Sym_write<size, big_endian> osym(symbuf);
1071 elfcpp::Elf_Half shndx;
1072 elfcpp::STB bind;
1073 elfcpp::STV vis;
1084 bind = elfcpp::STB_WEAK;
1090 bind = elfcpp::STB_GLOBAL;
1098 shndx = elfcpp::SHN_ABS;
1101 shndx = elfcpp::SHN_COMMON;
1106 shndx = elfcpp::SHN_UNDEF;
1113 vis = elfcpp::STV_PROTECTED;
1116 vis = elfcpp::STV_INTERNAL;
1119 vis = elfcpp::STV_HIDDEN;
1123 vis = elfcpp::STV_DEFAULT;
1130 shndx = elfcpp::SHN_UNDEF;
1135 osym.put_st_info(bind, elfcpp::STT_NOTYPE);