Home
last modified time | relevance | path

Searched refs:STT (Results 1 – 25 of 25) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dsymtab.h219 elfcpp::STT
225 set_type(elfcpp::STT type) in set_type()
895 elfcpp::STT type, elfcpp::STB binding,
910 elfcpp::STT, elfcpp::STB, elfcpp::STV,
917 Output_segment* os, elfcpp::STT type,
925 init_base_constant(const char* name, const char* version, elfcpp::STT type,
931 init_base_undefined(const char* name, const char* version, elfcpp::STT type,
1022 elfcpp::STT type_ : 4;
1114 Value_type value, Size_type symsize, elfcpp::STT,
1121 Value_type value, Size_type symsize, elfcpp::STT,
[all …]
H A Dsymtab.cc55 elfcpp::STT type, elfcpp::STB binding, in init_fields()
136 Output_data* od, elfcpp::STT type, in init_base_output_data()
155 Output_segment* os, elfcpp::STT type, in init_base_output_segment()
175 elfcpp::STT type, elfcpp::STB binding, in init_base_constant()
191 elfcpp::STT type, elfcpp::STB binding, in init_base_undefined()
234 Size_type symsize, elfcpp::STT type, in init_output_data()
254 Size_type symsize, elfcpp::STT type, in init_output_segment()
274 elfcpp::STT type, elfcpp::STB binding, in init_constant()
289 Value_type value, elfcpp::STT type, in init_undefined()
1907 elfcpp::STT type, in define_in_output_data()
[all …]
H A Dresolve.cc372 elfcpp::STT fromtype = (object->pluginobj() != NULL in resolve()
451 elfcpp::STT fromtype, Defined defined, in should_override()
925 elfcpp::STT fromtype, in should_override_with_special()
H A Dscript.h115 elfcpp::STT* type, elfcpp::STV* vis, unsigned char* nonvis,
H A Dexpression.cc72 elfcpp::STT* type_pointer;
118 elfcpp::STT* type_pointer, in eval_maybe_dot()
H A Dincremental.cc2159 elfcpp::STT st_type = gsym.get_st_type(); in do_add_symbols()
2629 static_cast<elfcpp::STT>(lsym.st_type)); in do_relocate()
2644 static_cast<elfcpp::STT>(lsym.st_type)); in do_relocate()
2765 elfcpp::STT st_type = gsym.get_st_type(); in do_add_symbols()
H A Dtarget.h837 make_symbol(const char*, elfcpp::STT, Object*, unsigned int, uint64_t) in make_symbol() argument
H A Dobject.h106 elfcpp::STT enclosing_symbol_type;
H A Dsparc.cc71 make_symbol(const char*, elfcpp::STT, Object*, unsigned int, uint64_t);
3048 elfcpp::STT type, in make_symbol()
H A Dscript.cc983 elfcpp::STT type = elfcpp::STT_NOTYPE; in sized_finalize()
H A Darm.cc6518 elfcpp::STT st_type = sym.get_st_type(); in do_count_local_symbols()
H A Dmips.cc3313 make_symbol(const char*, elfcpp::STT, Object*, unsigned int, uint64_t) in make_symbol() argument
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dsymtab.h219 elfcpp::STT
225 set_type(elfcpp::STT type) in set_type()
922 elfcpp::STT type, elfcpp::STB binding,
937 elfcpp::STT, elfcpp::STB, elfcpp::STV,
944 Output_segment* os, elfcpp::STT type,
952 init_base_constant(const char* name, const char* version, elfcpp::STT type,
958 init_base_undefined(const char* name, const char* version, elfcpp::STT type,
1049 elfcpp::STT type_ : 4;
1143 Value_type value, Size_type symsize, elfcpp::STT,
1150 Value_type value, Size_type symsize, elfcpp::STT,
[all …]
H A Dsymtab.cc55 elfcpp::STT type, elfcpp::STB binding, in init_fields()
137 Output_data* od, elfcpp::STT type, in init_base_output_data()
156 Output_segment* os, elfcpp::STT type, in init_base_output_segment()
176 elfcpp::STT type, elfcpp::STB binding, in init_base_constant()
192 elfcpp::STT type, elfcpp::STB binding, in init_base_undefined()
235 Size_type symsize, elfcpp::STT type, in init_output_data()
255 Size_type symsize, elfcpp::STT type, in init_output_segment()
275 elfcpp::STT type, elfcpp::STB binding, in init_constant()
290 Value_type value, elfcpp::STT type, in init_undefined()
1959 elfcpp::STT type, in define_in_output_data()
[all …]
H A Dresolve.cc383 elfcpp::STT fromtype = (object->pluginobj() != NULL in resolve()
467 elfcpp::STT fromtype, Defined defined, in should_override()
1012 elfcpp::STT fromtype, in should_override_with_special()
H A Dscript.h115 elfcpp::STT* type, elfcpp::STV* vis, unsigned char* nonvis,
H A Dexpression.cc72 elfcpp::STT* type_pointer;
118 elfcpp::STT* type_pointer, in eval_maybe_dot()
H A Dincremental.cc2164 elfcpp::STT st_type = gsym.get_st_type(); in do_add_symbols()
2634 static_cast<elfcpp::STT>(lsym.st_type)); in do_relocate()
2649 static_cast<elfcpp::STT>(lsym.st_type)); in do_relocate()
2770 elfcpp::STT st_type = gsym.get_st_type(); in do_add_symbols()
H A Dtarget.h865 make_symbol(const char*, elfcpp::STT, Object*, unsigned int, uint64_t) in make_symbol() argument
H A Dobject.h107 elfcpp::STT enclosing_symbol_type;
H A Dscript.cc990 elfcpp::STT type = elfcpp::STT_NOTYPE; in sized_finalize()
/dflybsd-src/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h547 enum STT
581 inline STT
584 return static_cast<STT>(info & 0xf);
588 elf_st_info(STB bind, STT type)
1486 STT
1537 put_st_info(STB bind, STT type)
/dflybsd-src/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h550 enum STT
584 inline STT
587 return static_cast<STT>(info & 0xf);
591 elf_st_info(STB bind, STT type)
1529 STT
1580 put_st_info(STB bind, STT type)
/dflybsd-src/contrib/file/magic/Magdir/
H A Dsysex212 >>>4 byte 0x05 STT (Tuning Table)
/dflybsd-src/contrib/binutils-2.27/gas/doc/
H A Dc-mmix.texi378 @samp{STT},