Home
last modified time | relevance | path

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

123

/freebsd-14.2/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()
258 SectionList *sections = GetSectionList(); in ParseSymtab() local
/freebsd-14.2/contrib/processor-trace/libipt/internal/include/
H A Dpt_image.h57 struct pt_section_list *sections; member
/freebsd-14.2/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
531 SectionList *sections = nullptr; in GetSectionListFromModule() local
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp419 static void handleSectionGroup(ArrayRef<InputSectionBase *> sections, in handleSectionGroup()
482 ArrayRef<InputSectionBase *> sections = s->file->getSections(); in getDILineInfo() local
499 static const Elf_Shdr *findSection(ArrayRef<Elf_Shdr> sections, uint32_t type) { in findSection()
535 ArrayRef<Elf_Shdr> sections = CHECK(obj.sections(), this); in init() local
678 StringRef ObjFile<ELFT>::getShtGroupSignature(ArrayRef<Elf_Shdr> sections, in getShtGroupSignature()
1371 static uint64_t getAlignment(ArrayRef<typename ELFT::Shdr> sections, in getAlignment()
1405 ArrayRef<Elf_Shdr> sections = getELFShdrs<ELFT>(); in parse() local
H A DCallGraphSort.cpp97 std::vector<const InputSectionBase *> sections; member in __anon4a4283fd0111::CallGraphSort
282 SmallVector<const InputSectionBase *, 0> sections; in computeCacheDirectedSortOrder() local
H A DOutputSections.cpp486 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in writeTo() local
572 ArrayRef<InputSectionBase *> sections = section->file->getSections(); in finalizeShtGroup() local
736 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in checkDynRelAddends() local
H A DInputFiles.h58 SmallVector<InputSectionBase *, 0> sections; variable
H A DWriter.cpp1282 SmallVector<InputSectionBase *, 0> matched, sections = ctx.inputSections; in maybeShuffle() local
1650 SmallVector<InputSection *, 0> sections; in resolveShfLinkOrder() local
1838 ArrayRef<InputSection *> sections = getInputSections(*osec, storage); in optimizeBasicBlockJumps() local
2797 static void checkOverlap(StringRef name, std::vector<SectionOffset> &sections, in checkOverlap()
H A DICF.cpp123 SmallVector<InputSection *, 0> sections; member in __anon07edc7d90111::ICF
H A DLinkerScript.cpp428 static bool matchConstraints(ArrayRef<InputSectionBase *> sections, in matchConstraints()
497 ArrayRef<InputSectionBase *> sections) { in computeInputSections()
H A DInputSection.cpp339 ArrayRef<InputSectionBase *> sections = file->getSections(); in copyShtGroup() local
351 ArrayRef<InputSectionBase *> sections = file->getSections(); in getRelocatedSection() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp129 const SectionList *sections = GetSectionListFromModule(module); in UnloadSectionsCommon() local
142 SectionList *sections = nullptr; in GetSectionListFromModule() local
/freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/
H A Dnvm.c222 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections() local
284 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_mvm_load_nvm_to_nic() local
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DRelocations.cpp70 const std::vector<OutputSection *> &sections = seg->getSections(); in offsetToInputSection() local
H A DInputFiles.h123 std::vector<Section *> sections; variable
H A DSectionPriorities.cpp73 std::vector<const InputSection *> sections; member in __anonef1d9bf70111::CallGraphSort
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h81 object::COFFObjectFile::section_iterator_range sections() const { in sections() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp130 SectionList *sections = GetSectionList(); in Dump() local
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp58 std::vector<const SectionChunk *> sections; member in __anonca1400e40111::CallGraphSort
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp449 SectionList *sections = GetSectionList(); in Dump() local
/freebsd-14.2/sys/dev/qlnx/qlnxe/
H A Dspad_layout.h133 offsize_t sections[SPAD_SECTION_MAX]; /* 0xe20004 */ member
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1088 mergeAttributesSection(const SmallVector<InputSectionBase *, 0> &sections) { in mergeAttributesSection()
1220 SmallVector<InputSectionBase *, 0> sections; in mergeRISCVAttributesSections() local
/freebsd-14.2/contrib/file/src/
H A Dreadcdf.c437 const char *sections[5]; member

123