Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dinfokey.c200 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 DInputFiles.cpp390 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 DOutputSections.cpp482 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 DCallGraphSort.cpp86 std::vector<const InputSectionBase *> sections; member in __anon3022afde0111::CallGraphSort
H A DWriter.cpp1218 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> &sections, in checkOverlap()
/openbsd-src/gnu/llvm/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
535 SectionList *sections = nullptr; in GetSectionListFromModule() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDynamicLoader.cpp129 const SectionList *sections = GetSectionListFromModule(module); in UnloadSectionsCommon() local
142 SectionList *sections = nullptr; in GetSectionListFromModule() local
/openbsd-src/gnu/llvm/lld/MachO/
H A DRelocations.cpp60 const std::vector<OutputSection *> &sections = seg->getSections(); in offsetToInputSection() local
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Daix386-core.c65 asection *sections[MAX_CORE_SEGS]; member
H A Dcoff-i386.c417 sections) in coff_pe_i386_relocate_section() argument
H A Dliboasys.h77 asection *sections[OASYS_MAX_SEC_COUNT]; member
H A Dcoff-x86_64.c518 asection **sections) in coff_pe_amd64_relocate_section()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Daix386-core.c65 asection *sections[MAX_CORE_SEGS]; member
H A Dcoff-i386.c398 sections) in coff_pe_i386_relocate_section() argument
H A Dliboasys.h77 asection *sections[OASYS_MAX_SEC_COUNT]; member
H A Dcoff-tic80.c492 sections) in coff_tic80_relocate_section() argument
H A Dcoff-x86_64.c518 asection **sections) in coff_pe_amd64_relocate_section()
H A Dcoff-a29k.c316 contents, relocs, syms, sections) in coff_a29k_relocate_section() argument
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h81 object::COFFObjectFile::section_iterator_range sections() const { in sections() function
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsolist.h68 struct section_table *sections; member
H A Dgdb-stabs.h43 CORE_ADDR sections[1]; member
H A Dcoff-pe-read.c86 struct read_pe_section_data *sections = context; in get_section_vmas() local
/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dinstall-info.c99 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 Ddr_3.c259 sendbp(struct ship *from, struct ship *to, int sections, int isdefense) in sendbp()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp143 SectionList *sections = GetSectionList(); in Dump() local

12345