Searched defs:sections (Results 26 - 50 of 59) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h229 std::vector<Section> sections; member in struct:lld::mach_o::normalized::NormalizedFile
H A DMachONormalizedFileFromAtoms.cpp98 std::vector<SectionInfo*> sections; member in struct:__anon1147::SegmentInfo
[all...]
H A DMachONormalizedFileBinaryWriter.cpp178 std::vector<const Section*> sections; member in struct:lld::mach_o::normalized::MachOFileLayout::SegExtraInfo
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp220 const SectionList *sections = GetSectionListFromModule(module); local
251 const SectionList *sections = GetSectionListFromModule(module); local
543 SectionList *sections = nullptr; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h312 section_iterator_range sections() const { function in class:llvm::object::ObjectFile
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp393 ArrayRef<InputSectionBase *> sections = file->getSections(); local
[all...]
H A DInputFiles.cpp291 ArrayRef<InputSectionBase *> sections = s->file->getSections(); local
326 static const Elf_Shdr *findSection(ArrayRef<Elf_Shdr> sections, uint32_t type) { argument
343 ArrayRef<Elf_Shdr> sections = CHECK(obj.sections(), this); local
398 StringRef ObjFile<ELFT>::getShtGroupSignature(ArrayRef<Elf_Shdr> sections, argument
475 ArrayRef<Elf_Shdr> sections = CHECK(this->getObj().sections(), this); local
503 handleSectionGroup(ArrayRef<InputSectionBase *> sections, ArrayRef<typename ELFT::Word> entries) argument
1187 getAlignment(ArrayRef<typename ELFT::Shdr> sections, const typename ELFT::Sym &sym) argument
1221 ArrayRef<Elf_Shdr> sections = CHECK(obj.sections(), this); local
1569 ArrayRef<typename ELFT::Shdr> sections = CHECK(obj.sections(), this); local
[all...]
H A DLinkerScript.cpp344 static bool matchConstraints(ArrayRef<InputSectionBase *> sections, argument
[all...]
H A DSyntheticSections.h81 std::vector<EhInputSection *> sections; member in class:lld::elf::final
881 std::vector<MergeInputSection *> sections; member in class:lld::elf::MergeSyntheticSection
[all...]
H A DWriter.cpp1526 std::vector<InputSection *> sections; local
2419 checkOverlap(StringRef name, std::vector<SectionOffset> &sections, bool isVirtualAddr) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DChunks.h413 std::vector<SectionChunk *> sections; member in class:lld::coff::MergeChunk
H A DPDB.cpp1766 ArrayRef<object::coff_section> sections = { local
[all...]
H A DWriter.cpp800 SmallDenseMap<std::pair<StringRef, uint32_t>, OutputSection *> sections; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcofflink.c2825 _bfd_coff_generic_relocate_section(bfd *output_bfd, struct bfd_link_info *info, bfd *input_bfd, asection *input_section, bfd_byte *contents, struct internal_reloc *relocs, struct internal_syment *syms, asection **sections) argument
[all...]
H A Dcoff-arm.c1162 coff_arm_relocate_section(bfd *output_bfd, struct bfd_link_info *info, bfd *input_bfd, asection *input_section, bfd_byte *contents, struct internal_reloc *relocs, struct internal_syment *syms, asection **sections) argument
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.h65 struct coff_section *sections; member in struct:coff_ofile
H A Dstabs.c51 bfd_boolean sections; member in struct:stab_handle
352 start_stab (void *dhandle ATTRIBUTE_UNUSED, bfd *abfd, bfd_boolean sections, argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dpa64solib.c80 struct section_table *sections; member in struct:so_list
[all...]
H A Dsomsolib.c142 struct section_table *sections; member in struct:so_list
[all...]
/freebsd-11-stable/contrib/binutils/include/elf/
H A Dinternal.h258 asection *sections[1]; member in struct:elf_segment_map
/freebsd-11-stable/contrib/mdocml/
H A Dmain.c701 const char *const sections[] = local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h903 iterator_range<section_iterator> sections() { function in class:llvm::jitlink::LinkGraph
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz_parse.c94 apr_hash_t *sections; member in struct:ctor_baton_t
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1450 SectionList *sections = GetSectionList(); local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h1037 SectionTableRef sections() { return SectionTableRef(Sections); } function in class:llvm::objcopy::elf::Object
1038 ConstRange<SectionBase> sections() const { function in class:llvm::objcopy::elf::Object

Completed in 408 milliseconds

123