Home
last modified time | relevance | path

Searched refs:section_flags (Results 1 – 18 of 18) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/gold/
H A Dcopy-relocs.cc81 if ((object->section_flags(shndx) & elfcpp::SHF_WRITE) == 0) in need_copy_reloc()
156 if ((obj->section_flags(shndx) & elfcpp::SHF_WRITE) == 0) in make_copy_reloc()
H A Ddynobj.h238 { return this->elf_file_.section_flags(shndx); } in do_section_flags()
H A Dicf.cc470 uint64_t secn_flags = (it_v->first)->section_flags(it_v->second); in get_section_contents()
H A Dobject.h592 section_flags(unsigned int shndx) in section_flags() function
H A Dobject.cc2714 return this->elf_file_.section_flags(shndx); in do_section_flags()
H A Dx86_64.cc3932 uint64_t sh_flags = src_obj->section_flags(src_indx); in possible_function_pointer_reloc()
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dcopy-relocs.cc81 if ((object->section_flags(shndx) & elfcpp::SHF_WRITE) == 0) in need_copy_reloc()
H A Ddynobj.h238 { return this->elf_file_.section_flags(shndx); } in do_section_flags()
H A Dicf.cc430 uint64_t secn_flags = (it_v->first)->section_flags(it_v->second); in get_section_contents()
H A Dobject.h590 section_flags(unsigned int shndx) in section_flags() function
H A Dobject.cc2587 return this->elf_file_.section_flags(shndx); in do_section_flags()
H A Dmips.cc149 elfcpp::Elf_Xword section_flags = output_section->flags(); in is_readonly_section() local
155 if (section_flags & elfcpp::SHF_WRITE) in is_readonly_section()
/dflybsd-src/contrib/binutils-2.34/elfcpp/
H A Delfcpp_file.h216 section_flags(unsigned int shndx);
594 Elf_file<size, big_endian, File>::section_flags(unsigned int shndx) in section_flags() function
/dflybsd-src/contrib/binutils-2.27/elfcpp/
H A Delfcpp_file.h216 section_flags(unsigned int shndx);
594 Elf_file<size, big_endian, File>::section_flags(unsigned int shndx) in section_flags() function
/dflybsd-src/contrib/gdb-7/bfd/
H A Dbfd-in.h505 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
H A Dbfd-in2.h512 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
6399 flagword section_flags; member
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dbfd-in2.h520 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags)
7183 flagword section_flags; member
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dbfd-in2.h7290 flagword section_flags; member
7718 return abfd->xvec->section_flags; in bfd_applicable_section_flags()