Home
last modified time | relevance | path

Searched defs:sect (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/tools/llvm-c-test/
H A Dobject.c23 LLVMSectionIteratorRef sect; in llvm_object_list_sections() local
60 LLVMSectionIteratorRef sect; in llvm_object_list_symbols() local
/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp59 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); Initialize() local
104 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); Update() local
[all...]
/llvm-project/libcxx/docs/Helpers/
H A DStyles.rst59 .. |sect| unicode:: U+00A7 global() substdef
/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c184 struct section_64 sect; in scan_macho_load_commands() local
190 struct section sect; in scan_macho_load_commands() local
199 struct section_64 sect; in scan_macho_load_commands() local
204 struct section sect; in scan_macho_load_commands() local
212 struct section_64 sect; in scan_macho_load_commands() local
218 struct section sect; in scan_macho_load_commands() local
/llvm-project/lldb/source/Core/
H A DSection.cpp494 FindSectionIndex(const Section * sect) FindSectionIndex() argument
618 Section *sect = sect_iter->get(); FindSectionContainingFileAddress() local
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp706 SectionSP sect = addr.GetSection(); ReadImageDataByRVA() local
751 GetSectionName(const section_header_t & sect) GetSectionName() argument
958 GetSectionType(llvm::StringRef sect_name,const section_header_t & sect) GetSectionType() argument
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp95 Section &sect = in LineIterator() local
119 Section &sect = *list.GetSectionAtIndex(m_next_section_idx++); in operator ++() local
/llvm-project/lldb/test/API/macosx/lc-note/multiple-binary-corefile/
H A Dcreate-multibin-corefile.cpp322 struct section_64 *sect = (struct section_64 *)j; in slide_macho_binary() local
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1512 static void DumpCstringSection(MachOObjectFile *O, const char *sect, in DumpCstringSection() argument
1545 static void DumpLiteral4Section(MachOObjectFile *O, const char *sect, in DumpLiteral4Section() argument
1589 static void DumpLiteral8Section(MachOObjectFile *O, const char *sect, in DumpLiteral8Section() argument
1621 DumpLiteral16Section(MachOObjectFile * O,const char * sect,uint32_t sect_size,uint64_t sect_addr,bool print_addresses) DumpLiteral16Section() argument
1648 DumpLiteralPointerSection(MachOObjectFile * O,const SectionRef & Section,const char * sect,uint32_t sect_size,uint64_t sect_addr,bool print_addresses) DumpLiteralPointerSection() argument
1816 DumpInitTermPointerSection(MachOObjectFile * O,const SectionRef & Section,const char * sect,uint32_t sect_size,uint64_t sect_addr,SymbolAddressMap * AddrMap,bool verbose) DumpInitTermPointerSection() argument
1878 DumpRawSectionContents(MachOObjectFile * O,const char * sect,uint32_t size,uint64_t addr) DumpRawSectionContents() argument
1972 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); DumpSectionContents() local
2056 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); DumpInfoPlistSectionContents() local
6764 DumpProtocolSection(MachOObjectFile * O,const char * sect,uint32_t size,uint32_t addr) DumpProtocolSection() argument
[all...]
/llvm-project/lld/MachO/
H A DSyntheticSections.h461 uint8_t sect = 0; global() member
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1872 for (auto sect : section_list) { FindMatchingSection() local
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1223 inline void swapStruct(section_64 &sect) { in swapStruct() argument
1235 swapStruct(section & sect) swapStruct() argument
[all...]