/freebsd/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() argument 258 SectionList *sections = GetSectionList(); in ParseSymtab() local
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_image.h | 57 struct pt_section_list *sections; member
|
/freebsd/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/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 442 static void handleSectionGroup(ArrayRef<InputSectionBase *> sections, in handleSectionGroup() 505 ArrayRef<InputSectionBase *> sections = s->file->getSections(); in getDILineInfo() local 522 static const Elf_Shdr *findSection(ArrayRef<Elf_Shdr> sections, uint32_t type) { in findSection() 558 ArrayRef<Elf_Shdr> sections = CHECK(obj.sections(), this); in init() local 701 StringRef ObjFile<ELFT>::getShtGroupSignature(ArrayRef<Elf_Shdr> sections, in getShtGroupSignature() 1429 static uint64_t getAlignment(ArrayRef<typename ELFT::Shdr> sections, in getAlignment() 1463 ArrayRef<Elf_Shdr> sections = getELFShdrs<ELFT>(); in parse() local
|
H A D | OutputSections.cpp | 518 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in writeTo() local 610 ArrayRef<InputSectionBase *> sections = section->file->getSections(); in finalizeShtGroup() local 878 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in checkDynRelAddends() local
|
H A D | CallGraphSort.cpp | 86 std::vector<const InputSectionBase *> sections; global() member in __anon14bfe4470111::CallGraphSort [all...] |
H A D | LinkerScript.cpp | 424 static bool matchConstraints(ArrayRef<InputSectionBase *> sections, in matchConstraints() 493 ArrayRef<InputSectionBase *> sections, in computeInputSections() 1126 auto §ions = cast<InputSectionDescription>(cmd)->sections; in assignOffsets() local
|
H A D | Writer.cpp | 1020 SmallVector<InputSectionBase *, 0> matched, sections = ctx.inputSections; in maybeShuffle() local 1382 SmallVector<InputSection *, 0> sections; in resolveShfLinkOrder() local 1614 ArrayRef<InputSection *> sections = getInputSections(*osec, storage); in optimizeBasicBlockJumps() local 2596 static void checkOverlap(StringRef name, std::vector<SectionOffset> §ions, in checkOverlap()
|
H A D | InputFiles.h | 58 SmallVector<InputSectionBase *, 0> sections; variable
|
H A D | InputSection.cpp | 383 ArrayRef<InputSectionBase *> sections = file->getSections(); in copyShtGroup() local 395 ArrayRef<InputSectionBase *> sections = file->getSections(); in getRelocatedSection() local
|
H A D | ICF.cpp | 123 SmallVector<InputSection *, 0> sections; member in __anon178663a30111::ICF
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DynamicLoader.cpp | 130 const SectionList *sections = GetSectionListFromModule(module); in UnloadSectionsCommon() local 143 SectionList *sections = nullptr; in GetSectionListFromModule() local
|
/freebsd/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/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/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 __anonfa788bc10111::CallGraphSort
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFLinkGraphBuilder.h | 82 return Obj.sections(); in sections() function
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 134 SectionList *sections = GetSectionList(); Dump() local
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | CallGraphSort.cpp | 58 std::vector<const SectionChunk *> sections; member in __anone43d6a6e0111::CallGraphSort
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 449 SectionList *sections = GetSectionList(); in Dump() local
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | spad_layout.h | 133 offsize_t sections[SPAD_SECTION_MAX]; /* 0xe20004 */ member
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | RISCV.cpp | 1173 mergeAttributesSection(const SmallVector<InputSectionBase *, 0> §ions) { in mergeAttributesSection() 1318 SmallVector<InputSectionBase *, 0> sections; in mergeRISCVAttributesSections() local
|
/freebsd/contrib/file/src/ |
H A D | readcdf.c | 437 const char *sections[5]; member
|