Home
last modified time | relevance | path

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

12

/dragonfly/contrib/binutils-2.27/elfcpp/
HDelfcpp_internal.h52 Elf_Word e_version;
56 Elf_Word e_flags;
70 Elf_Word sh_name;
71 Elf_Word sh_type;
76 Elf_Word sh_link;
77 Elf_Word sh_info;
90 Elf_Word ch_type;
91 Elf_Word ch_size;
92 Elf_Word ch_addralign;
98 Elf_Word ch_type;
[all …]
HDelfcpp.h49 typedef uint32_t Elf_Word; typedef
631 elf_r_sym<32>(Elf_Word v)
649 elf_r_type<32>(Elf_Word v)
666 inline Elf_Word
1060 Elf_Word
1076 Elf_Word
1131 put_e_version(Elf_Word v)
1147 put_e_flags(Elf_Word v)
1194 Elf_Word
1198 Elf_Word
[all …]
HDmips.h485 abi_n32(elfcpp::Elf_Word e_flags) in abi_n32()
490 r6_isa(elfcpp::Elf_Word e_flags) in r6_isa()
498 is_micromips(elfcpp::Elf_Word e_flags) in is_micromips()
HDelfcpp_file.h223 Elf_Word
227 Elf_Word
231 Elf_Word
631 Elf_Word
650 Elf_Word
669 Elf_Word
HDarm.h222 inline Elf_Word
223 arm_eabi_version(Elf_Word flags) in arm_eabi_version()
/dragonfly/contrib/binutils-2.34/elfcpp/
HDelfcpp_internal.h52 Elf_Word e_version;
56 Elf_Word e_flags;
70 Elf_Word sh_name;
71 Elf_Word sh_type;
76 Elf_Word sh_link;
77 Elf_Word sh_info;
90 Elf_Word ch_type;
91 Elf_Word ch_size;
92 Elf_Word ch_addralign;
98 Elf_Word ch_type;
[all …]
HDelfcpp.h49 typedef uint32_t Elf_Word; typedef
634 elf_r_sym<32>(Elf_Word v)
652 elf_r_type<32>(Elf_Word v)
669 inline Elf_Word
1086 Elf_Word
1102 Elf_Word
1157 put_e_version(Elf_Word v)
1173 put_e_flags(Elf_Word v)
1220 Elf_Word
1224 Elf_Word
[all …]
HDelfcpp_file.h223 Elf_Word
227 Elf_Word
231 Elf_Word
631 Elf_Word
650 Elf_Word
669 Elf_Word
/dragonfly/contrib/binutils-2.34/libiberty/
HDsimple-object-elf.c493 e_flags, Elf_Word); in simple_object_elf_match()
525 shdr, sh_link, Elf_Word); in simple_object_elf_match()
633 shdr, sh_name, Elf_Word); in simple_object_elf_find_sections()
811 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_version, Elf_Word, EV_CURRENT); in simple_object_elf_write_ehdr()
815 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_flags, Elf_Word, attrs->flags); in simple_object_elf_write_ehdr()
870 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_name, Elf_Word, sh_name); in simple_object_elf_write_shdr()
871 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_type, Elf_Word, sh_type); in simple_object_elf_write_shdr()
876 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_link, Elf_Word, sh_link); in simple_object_elf_write_shdr()
877 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_info, Elf_Word, sh_info); in simple_object_elf_write_shdr()
975 sh_type, Elf_Word); in simple_object_elf_write_to_file()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
HDsimple-object-elf.c493 e_flags, Elf_Word); in simple_object_elf_match()
525 shdr, sh_link, Elf_Word); in simple_object_elf_match()
625 shdr, sh_name, Elf_Word); in simple_object_elf_find_sections()
803 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_version, Elf_Word, EV_CURRENT); in simple_object_elf_write_ehdr()
807 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_flags, Elf_Word, attrs->flags); in simple_object_elf_write_ehdr()
862 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_name, Elf_Word, sh_name); in simple_object_elf_write_shdr()
863 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_type, Elf_Word, sh_type); in simple_object_elf_write_shdr()
868 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_link, Elf_Word, sh_link); in simple_object_elf_write_shdr()
869 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_info, Elf_Word, sh_info); in simple_object_elf_write_shdr()
967 sh_type, Elf_Word); in simple_object_elf_write_to_file()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
HDlayout.h618 elfcpp::Elf_Word flags,
681 add_output_section_data(const char* name, elfcpp::Elf_Word type,
865 find_output_segment(elfcpp::PT type, elfcpp::Elf_Word set,
866 elfcpp::Elf_Word clear) const;
953 make_output_segment(elfcpp::Elf_Word type, elfcpp::Elf_Word flags);
961 static elfcpp::Elf_Word
1139 elfcpp::Elf_Word type, elfcpp::Elf_Xword flags,
1150 elfcpp::Elf_Word type, elfcpp::Elf_Xword flags,
1156 make_output_section(const char* name, elfcpp::Elf_Word type,
1252 std::pair<elfcpp::Elf_Word, elfcpp::Elf_Xword> > Key;
HDreduced_debug_output.h45 Output_reduced_debug_abbrev_section(const char* name, elfcpp::Elf_Word flags, in Output_reduced_debug_abbrev_section()
91 Output_reduced_debug_info_section(const char* name, elfcpp::Elf_Word flags, in Output_reduced_debug_info_section()
HDtarget.h92 elfcpp::Elf_Word
361 make_output_section(const char* name, elfcpp::Elf_Word type, in make_output_section()
494 should_include_section(elfcpp::Elf_Word sh_type) const in should_include_section()
681 set_processor_specific_flags(elfcpp::Elf_Word flags) in set_processor_specific_flags()
717 do_make_output_section(const char* name, elfcpp::Elf_Word type,
797 do_should_include_section(elfcpp::Elf_Word) const in do_should_include_section() argument
815 elfcpp::Elf_Word processor_specific_flags_;
HDlayout.cc659 elfcpp::Elf_Word sh_type = shdr.get_sh_type(); in include_section()
769 Layout::find_output_segment(elfcpp::PT type, elfcpp::Elf_Word set, in find_output_segment()
770 elfcpp::Elf_Word clear) const in find_output_segment()
813 elfcpp::Elf_Word type, elfcpp::Elf_Xword flags, in get_output_section()
816 elfcpp::Elf_Word lookup_type = type; in get_output_section()
938 elfcpp::Elf_Word type, elfcpp::Elf_Xword flags, in choose_output_section()
1155 elfcpp::Elf_Word sh_type = shdr.get_sh_type(); in layout()
1357 elfcpp::Elf_Word flags, in layout_group()
1609 Layout::add_output_section_data(const char* name, elfcpp::Elf_Word type, in add_output_section_data()
1623 elfcpp::Elf_Word
[all …]
HDcompressed_output.h60 const char* name, elfcpp::Elf_Word flags, in Output_compressed_section()
HDoutput.h279 is_section_type(elfcpp::Elf_Word stt) const in is_section_type()
446 do_is_section_type(elfcpp::Elf_Word) const in do_is_section_type() argument
2387 elfcpp::Elf_Word flags,
2407 elfcpp::Elf_Word flags_;
3255 Output_section(const char* name, elfcpp::Elf_Word, elfcpp::Elf_Xword);
3289 elfcpp::Elf_Word
4220 do_is_section_type(elfcpp::Elf_Word type) const in do_is_section_type()
4514 const elfcpp::Elf_Word type_;
4642 Output_segment(elfcpp::Elf_Word, elfcpp::Elf_Word);
4655 elfcpp::Elf_Word
[all …]
/dragonfly/contrib/binutils-2.34/gold/
HDlayout.h639 elfcpp::Elf_Word flags,
726 add_output_section_data(const char* name, elfcpp::Elf_Word type,
910 find_output_segment(elfcpp::PT type, elfcpp::Elf_Word set,
911 elfcpp::Elf_Word clear) const;
998 make_output_segment(elfcpp::Elf_Word type, elfcpp::Elf_Word flags);
1006 static elfcpp::Elf_Word
1197 elfcpp::Elf_Word type, elfcpp::Elf_Xword flags,
1208 elfcpp::Elf_Word type, elfcpp::Elf_Xword flags,
1214 make_output_section(const char* name, elfcpp::Elf_Word type,
1310 std::pair<elfcpp::Elf_Word, elfcpp::Elf_Xword> > Key;
HDreduced_debug_output.h45 Output_reduced_debug_abbrev_section(const char* name, elfcpp::Elf_Word flags, in Output_reduced_debug_abbrev_section()
91 Output_reduced_debug_info_section(const char* name, elfcpp::Elf_Word flags, in Output_reduced_debug_info_section()
HDtarget.h92 elfcpp::Elf_Word
371 make_output_section(const char* name, elfcpp::Elf_Word type, in make_output_section()
509 should_include_section(elfcpp::Elf_Word sh_type) const in should_include_section()
704 set_processor_specific_flags(elfcpp::Elf_Word flags) in set_processor_specific_flags()
740 do_make_output_section(const char* name, elfcpp::Elf_Word type,
820 do_should_include_section(elfcpp::Elf_Word) const in do_should_include_section() argument
843 elfcpp::Elf_Word processor_specific_flags_;
HDcompressed_output.h60 const char* name, elfcpp::Elf_Word flags, in Output_compressed_section()
HDoutput.h279 is_section_type(elfcpp::Elf_Word stt) const in is_section_type()
446 do_is_section_type(elfcpp::Elf_Word) const in do_is_section_type() argument
2387 elfcpp::Elf_Word flags,
2407 elfcpp::Elf_Word flags_;
3255 Output_section(const char* name, elfcpp::Elf_Word, elfcpp::Elf_Xword);
3289 elfcpp::Elf_Word
4230 do_is_section_type(elfcpp::Elf_Word type) const in do_is_section_type()
4524 const elfcpp::Elf_Word type_;
4654 Output_segment(elfcpp::Elf_Word, elfcpp::Elf_Word);
4667 elfcpp::Elf_Word
[all …]
/dragonfly/libexec/rtld-elf/
HDrtld.h108 Elf_Word hash;
157 Elf_Word stack_flags;
185 Elf_Word verneednum; /* Number of entries in verneed table */
187 Elf_Word verdefnum; /* Number of entries in verdef table */
/dragonfly/contrib/binutils-2.27/libiberty/
HDsimple-object-elf.c423 e_flags, Elf_Word); in simple_object_elf_match()
455 shdr, sh_link, Elf_Word); in simple_object_elf_match()
555 shdr, sh_name, Elf_Word); in simple_object_elf_find_sections()
732 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_version, Elf_Word, EV_CURRENT); in simple_object_elf_write_ehdr()
736 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_flags, Elf_Word, attrs->flags); in simple_object_elf_write_ehdr()
788 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_name, Elf_Word, sh_name); in simple_object_elf_write_shdr()
789 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_type, Elf_Word, sh_type); in simple_object_elf_write_shdr()
793 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_link, Elf_Word, sh_link); in simple_object_elf_write_shdr()
/dragonfly/contrib/gdb-7/libiberty/
HDsimple-object-elf.c423 e_flags, Elf_Word); in simple_object_elf_match()
455 shdr, sh_link, Elf_Word); in simple_object_elf_match()
555 shdr, sh_name, Elf_Word); in simple_object_elf_find_sections()
731 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_version, Elf_Word, EV_CURRENT); in simple_object_elf_write_ehdr()
735 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_flags, Elf_Word, attrs->flags); in simple_object_elf_write_ehdr()
779 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_name, Elf_Word, sh_name); in simple_object_elf_write_shdr()
780 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_type, Elf_Word, sh_type); in simple_object_elf_write_shdr()
/dragonfly/contrib/gcc-4.7/libiberty/
HDsimple-object-elf.c423 e_flags, Elf_Word); in simple_object_elf_match()
455 shdr, sh_link, Elf_Word); in simple_object_elf_match()
555 shdr, sh_name, Elf_Word); in simple_object_elf_find_sections()
731 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_version, Elf_Word, EV_CURRENT); in simple_object_elf_write_ehdr()
735 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_flags, Elf_Word, attrs->flags); in simple_object_elf_write_ehdr()
779 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_name, Elf_Word, sh_name); in simple_object_elf_write_shdr()
780 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_type, Elf_Word, sh_type); in simple_object_elf_write_shdr()

12