/openbsd-src/gnu/usr.bin/texinfo/info/ |
H A D | infokey.c | 200 static struct sect sections[3]; in main() local 390 compile (FILE *fp, const char *filename, struct sect *sections) in compile() 844 write_infokey_file (FILE *fp, struct sect *sections) in write_infokey_file()
|
/openbsd-src/gnu/llvm/lld/ELF/ |
H A D | InputFiles.cpp | 390 static void handleSectionGroup(ArrayRef<InputSectionBase *> sections, in handleSectionGroup() 453 ArrayRef<InputSectionBase *> sections = s->file->getSections(); in getDILineInfo() local 470 static const Elf_Shdr *findSection(ArrayRef<Elf_Shdr> sections, uint32_t type) { in findSection() 506 ArrayRef<Elf_Shdr> sections = CHECK(obj.sections(), this); in init() local 639 StringRef ObjFile<ELFT>::getShtGroupSignature(ArrayRef<Elf_Shdr> sections, in getShtGroupSignature() 1339 static uint64_t getAlignment(ArrayRef<typename ELFT::Shdr> sections, in getAlignment() 1373 ArrayRef<Elf_Shdr> sections = getELFShdrs<ELFT>(); in parse() local
|
H A D | OutputSections.cpp | 482 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in writeTo() local 562 ArrayRef<InputSectionBase *> sections = section->file->getSections(); in finalizeShtGroup() local 726 ArrayRef<InputSection *> sections = getInputSections(*this, storage); in checkDynRelAddends() local
|
H A D | CallGraphSort.cpp | 86 std::vector<const InputSectionBase *> sections; member in __anon3022afde0111::CallGraphSort
|
H A D | Writer.cpp | 1218 SmallVector<InputSectionBase *, 0> matched, sections = ctx.inputSections; in maybeShuffle() local 1584 SmallVector<InputSection *, 0> sections; in resolveShfLinkOrder() local 1769 ArrayRef<InputSection *> sections = getInputSections(*osec, storage); in optimizeBasicBlockJumps() local 2707 static void checkOverlap(StringRef name, std::vector<SectionOffset> §ions, in checkOverlap()
|
/openbsd-src/gnu/llvm/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 535 SectionList *sections = nullptr; in GetSectionListFromModule() local
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | DynamicLoader.cpp | 129 const SectionList *sections = GetSectionListFromModule(module); in UnloadSectionsCommon() local 142 SectionList *sections = nullptr; in GetSectionListFromModule() local
|
/openbsd-src/gnu/llvm/lld/MachO/ |
H A D | Relocations.cpp | 60 const std::vector<OutputSection *> §ions = seg->getSections(); in offsetToInputSection() local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | aix386-core.c | 65 asection *sections[MAX_CORE_SEGS]; member
|
H A D | coff-i386.c | 417 sections) in coff_pe_i386_relocate_section() argument
|
H A D | liboasys.h | 77 asection *sections[OASYS_MAX_SEC_COUNT]; member
|
H A D | coff-x86_64.c | 518 asection **sections) in coff_pe_amd64_relocate_section()
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | aix386-core.c | 65 asection *sections[MAX_CORE_SEGS]; member
|
H A D | coff-i386.c | 398 sections) in coff_pe_i386_relocate_section() argument
|
H A D | liboasys.h | 77 asection *sections[OASYS_MAX_SEC_COUNT]; member
|
H A D | coff-tic80.c | 492 sections) in coff_tic80_relocate_section() argument
|
H A D | coff-x86_64.c | 518 asection **sections) in coff_pe_amd64_relocate_section()
|
H A D | coff-a29k.c | 316 contents, relocs, syms, sections) in coff_a29k_relocate_section() argument
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFLinkGraphBuilder.h | 81 object::COFFObjectFile::section_iterator_range sections() const { in sections() function
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | solist.h | 68 struct section_table *sections; member
|
H A D | gdb-stabs.h | 43 CORE_ADDR sections[1]; member
|
H A D | coff-pe-read.c | 86 struct read_pe_section_data *sections = context; in get_section_vmas() local
|
/openbsd-src/gnu/usr.bin/texinfo/util/ |
H A D | install-info.c | 99 struct menu_section *sections; member 759 struct spec_section **sections; in output_dirfile() local 850 struct spec_section **sections, struct spec_entry **entries) in parse_input()
|
/openbsd-src/games/sail/ |
H A D | dr_3.c | 259 sendbp(struct ship *from, struct ship *to, int sections, int isdefense) in sendbp()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/ |
H A D | ObjectFileJIT.cpp | 143 SectionList *sections = GetSectionList(); in Dump() local
|