Home
last modified time | relevance | path

Searched defs:sections (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp157 if (SectionList *sections = GetSectionList()) in Dump() local
181 void ObjectFileCOFF::CreateSections(lldb_private::SectionList &sections) { in CreateSections()
254 SectionList *sections = GetSectionList(); in ParseSymtab() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DSections.cpp18 namespace lld::macho::sections { namespace
H A DRelocations.cpp95 const std::vector<OutputSection *> &sections = seg->getSections(); in offsetToInputSection() local
H A DBPSectionOrderer.cpp112 SmallVector<InputSection *> sections; in runBalancedPartitioning() local
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_image.h57 struct pt_section_list *sections; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp212 const SectionList *sections = GetSectionListFromModule(module); in UpdateLoadedSections() local
243 const SectionList *sections = GetSectionListFromModule(module); in UnloadSections() local
529 SectionList *sections = nullptr; in GetSectionListFromModule() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp134 const SectionList *sections = GetSectionListFromModule(module); in UnloadSectionsCommon() local
147 SectionList *sections = nullptr; in GetSectionListFromModule() local
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dnvm.c221 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections() local
291 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_mvm_load_nvm_to_nic() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp98 std::vector<const InputSectionBase *> sections; member in __anon14bfe4470111::CallGraphSort
285 SmallVector<const InputSectionBase *, 0> sections; in computeCacheDirectedSortOrder() local
H A DInputFiles.cpp404 static void handleSectionGroup(ArrayRef<InputSectionBase *> sections, in handleSectionGroup()
475 static const Elf_Shdr *findSection(ArrayRef<Elf_Shdr> sections, uint32_t type) { in findSection()
511 ArrayRef<Elf_Shdr> sections = CHECK2(obj.sections(), this); in init() local
667 StringRef ObjFile<ELFT>::getShtGroupSignature(ArrayRef<Elf_Shdr> sections, in getShtGroupSignature()
1477 static uint64_t getAlignment(ArrayRef<typename ELFT::Shdr> sections, in getAlignment()
1511 ArrayRef<Elf_Shdr> sections = getELFShdrs<ELFT>(); in parse() local
H A DBPSectionOrderer.cpp70 SmallVector<InputSectionBase *> sections; in runBalancedPartitioning() local
H A DOutputSections.cpp535 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in writeTo() local
629 ArrayRef<InputSectionBase *> sections = section->file->getSections(); in finalizeShtGroup() local
901 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in checkDynRelAddends() local
H A DInputSection.cpp335 ArrayRef<InputSectionBase *> sections = file.getSections(); in operator <<() local
415 ArrayRef<InputSectionBase *> sections = file->getSections(); in copyShtGroup() local
427 ArrayRef<InputSectionBase *> sections = file->getSections(); in getRelocatedSection() local
H A DInputFiles.h57 SmallVector<InputSectionBase *, 0> sections; variable
H A DLinkerScript.cpp455 static bool matchConstraints(ArrayRef<InputSectionBase *> sections, in matchConstraints()
524 ArrayRef<InputSectionBase *> sections, in computeInputSections()
1261 auto &sections = cast<InputSectionDescription>(cmd)->sections; in assignOffsets() local
H A DWriter.cpp1054 SmallVector<InputSectionBase *, 0> matched, sections = ctx.inputSections; in maybeShuffle() local
1433 SmallVector<InputSection *, 0> sections; in resolveShfLinkOrder() local
1717 ArrayRef<InputSection *> sections = getInputSections(*osec, storage); in optimizeBasicBlockJumps() local
2761 std::vector<SectionOffset> &sections, in checkOverlap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h99 std::vector<JSONSection> sections; member
H A DObjectFileJSON.cpp153 std::vector<JSONSection> sections) in ObjectFileJSON()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DHexagon.cpp490 const SmallVector<InputSectionBase *, 0> &sections) { in mergeAttributesSection()
571 SmallVector<InputSectionBase *, 0> sections; in mergeHexagonAttributesSections() local
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterSection.cpp20 auto *sections = module.GetSectionList(); in ForEachFormatterInModule() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h88 object::COFFObjectFile::section_iterator_range sections() const { in sections() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp130 SectionList *sections = GetSectionList(); in Dump() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp57 std::vector<const SectionChunk *> sections; member in __anone43d6a6e0111::CallGraphSort
/freebsd/sys/dev/qlnx/qlnxe/
H A Dspad_layout.h133 offsize_t sections[SPAD_SECTION_MAX]; /* 0xe20004 */ member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp419 SectionList *sections = GetSectionList(); in Dump() local

123