/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.cpp | 157 if (SectionList *sections = GetSectionList()) in Dump() local 181 void ObjectFileCOFF::CreateSections(lldb_private::SectionList §ions) { in CreateSections() 258 SectionList *sections = GetSectionList(); in ParseSymtab() local
|
/freebsd-src/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_image.h | 57 struct pt_section_list *sections; member
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 212 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-src/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 419 handleSectionGroup(ArrayRef<InputSectionBase * > sections,ArrayRef<typename ELFT::Word> entries) handleSectionGroup() argument 482 ArrayRef<InputSectionBase *> sections = s->file->getSections(); getDILineInfo() local 499 findSection(ArrayRef<Elf_Shdr> sections,uint32_t type) findSection() argument 535 ArrayRef<Elf_Shdr> sections = CHECK(obj.sections(), this); init() local 678 getShtGroupSignature(ArrayRef<Elf_Shdr> sections,const Elf_Shdr & sec) getShtGroupSignature() argument 1371 getAlignment(ArrayRef<typename ELFT::Shdr> sections,const typename ELFT::Sym & sym) getAlignment() argument 1405 ArrayRef<Elf_Shdr> sections = getELFShdrs<ELFT>(); parse() local [all...] |
H A D | CallGraphSort.cpp | 97 std::vector<const InputSectionBase *> sections; member in __anonac38cd190111::CallGraphSort 282 SmallVector<const InputSectionBase *, 0> sections; in computeCacheDirectedSortOrder() local
|
H A D | OutputSections.cpp | 486 ArrayRef<InputSection *> sections = getInputSections(*this, storage); writeTo() local 572 ArrayRef<InputSectionBase *> sections = section->file->getSections(); finalizeShtGroup() local 736 ArrayRef<InputSection *> sections = getInputSections(*this, storage); checkDynRelAddends() local [all...] |
H A D | InputFiles.h | 58 SmallVector<InputSectionBase *, 0> sections; variable
|
H A D | Writer.cpp | 1282 SmallVector<InputSectionBase *, 0> matched, sections = ctx.inputSections; maybeShuffle() local 1650 SmallVector<InputSection *, 0> sections; resolveShfLinkOrder() local 1838 ArrayRef<InputSection *> sections = getInputSections(*osec, storage); optimizeBasicBlockJumps() local 2793 checkOverlap(StringRef name,std::vector<SectionOffset> & sections,bool isVirtualAddr) checkOverlap() argument [all...] |
H A D | ICF.cpp | 123 SmallVector<InputSection *, 0> sections; member in __anon5614bdf50111::ICF [all...] |
H A D | InputSection.cpp | 339 ArrayRef<InputSectionBase *> sections = file->getSections(); copyShtGroup() local 351 ArrayRef<InputSectionBase *> sections = file->getSections(); getRelocatedSection() local [all...] |
H A D | LinkerScript.cpp | 428 matchConstraints(ArrayRef<InputSectionBase * > sections,ConstraintKind kind) matchConstraints() argument 497 computeInputSections(const InputSectionDescription * cmd,ArrayRef<InputSectionBase * > sections) computeInputSections() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | DynamicLoader.cpp | 129 const SectionList *sections = GetSectionListFromModule(module); UnloadSectionsCommon() local 142 SectionList *sections = nullptr; GetSectionListFromModule() local
|
/freebsd-src/sys/contrib/dev/iwlwifi/mvm/ |
H A D | nvm.c | 222 struct iwl_nvm_section *sections = mvm->nvm_sections; iwl_parse_nvm_sections() local 284 struct iwl_nvm_section *sections = mvm->nvm_sections; iwl_mvm_load_nvm_to_nic() local [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.h | 99 std::vector<JSONSection> sections; member
|
H A D | ObjectFileJSON.cpp | 153 std::vector<JSONSection> sections) in ObjectFileJSON()
|
/freebsd-src/contrib/llvm-project/lld/MachO/ |
H A D | Relocations.cpp | 70 const std::vector<OutputSection *> §ions = seg->getSections(); in offsetToInputSection() local
|
H A D | InputFiles.h | 123 std::vector<Section *> sections; variable
|
H A D | SectionPriorities.cpp | 73 std::vector<const InputSection *> sections; member in __anon38454a130111::CallGraphSort [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFLinkGraphBuilder.h | 81 object::COFFObjectFile::section_iterator_range sections() const { in sections() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 130 SectionList *sections = GetSectionList(); in Dump() local
|
/freebsd-src/contrib/llvm-project/lld/COFF/ |
H A D | CallGraphSort.cpp | 58 std::vector<const SectionChunk *> sections; member in __anon6ad36d800111::CallGraphSort
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 449 SectionList *sections = GetSectionList(); in Dump() local
|
/freebsd-src/sys/dev/qlnx/qlnxe/ |
H A D | spad_layout.h | 133 offsize_t sections[SPAD_SECTION_MAX]; /* 0xe20004 */ member
|
/freebsd-src/contrib/llvm-project/lld/ELF/Arch/ |
H A D | RISCV.cpp | 1088 mergeAttributesSection(const SmallVector<InputSectionBase *,0> & sections) mergeAttributesSection() argument 1220 SmallVector<InputSectionBase *, 0> sections; mergeRISCVAttributesSections() local [all...] |
/freebsd-src/contrib/file/src/ |
H A D | readcdf.c | 437 const char *sections[5]; member
|