get_type          219 src/Elf.cpp            st_info = make_info(binding, get_type());
get_type          386 src/Elf.cpp                    symbol->set_type((Symbol::Type)sym.get_type())
get_type          474 src/Elf.cpp            internal_assert(s->get_type() == merged->get_type());
get_type          515 src/Elf.cpp            if (i->get_type() == Section::SHT_PROGBITS && starts_with(i->get_name(), ".text")) {
get_type          577 src/Elf.cpp            safe_assign(shdr.sh_type, s.get_type());
get_type          653 src/Elf.cpp            if (s->get_type() != Symbol::STT_NOTYPE) {
get_type          747 src/Elf.cpp                sym.set_type(s->get_type());
get_type          810 src/Elf.cpp                Relocation new_reloc = linker->relocate(fixup_offset, fixup_addr, r.get_type(), sym, sym_offset, r.get_addend(), got);
get_type          811 src/Elf.cpp                if (new_reloc.get_type() != 0) {
get_type          815 src/Elf.cpp                    debug(2) << "Linker returned new relocation type " << new_reloc.get_type() << "\n";
get_type          838 src/Elf.cpp                Rela<T> rela(i_offset, r.get_type(), symbol_idxs[get_symbol(r)], r.get_addend());
get_type           98 src/Elf.h          Type get_type() const { return type; }
get_type          151 src/Elf.h          uint32_t get_type() const { return type; }
get_type          239 src/Elf.h          Type get_type() const { return type; }
get_type          397 src/Elf.h          Type get_type() const { return type; }
get_type          496 src/HexagonOffload.cpp             if (r.get_symbol() == &sym && r.get_type() == R_HEX_GLOB_DAT) {
get_type          509 src/HexagonOffload.cpp         return maybe_branch_inst(r.get_type());