/llvm-project/llvm/tools/llvm-c-test/ |
H A D | object.c | 23 LLVMSectionIteratorRef sect; in llvm_object_list_sections() local 60 LLVMSectionIteratorRef sect; in llvm_object_list_symbols() local
|
/llvm-project/lldb/source/Symbol/ |
H A D | UnwindTable.cpp | 59 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 D | Styles.rst | 59 .. |sect| unicode:: U+00A7 global() substdef
|
/llvm-project/lldb/tools/compact-unwind/ |
H A D | compact-unwind-dumper.c | 184 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 D | Section.cpp | 494 FindSectionIndex(const Section * sect) FindSectionIndex() argument 618 Section *sect = sect_iter->get(); FindSectionContainingFileAddress() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.cpp | 706 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 D | SymbolFileBreakpad.cpp | 95 Section § = in LineIterator() local 119 Section § = *list.GetSectionAtIndex(m_next_section_idx++); in operator ++() local
|
/llvm-project/lldb/test/API/macosx/lc-note/multiple-binary-corefile/ |
H A D | create-multibin-corefile.cpp | 322 struct section_64 *sect = (struct section_64 *)j; in slide_macho_binary() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 1512 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 D | SyntheticSections.h | 461 uint8_t sect = 0; global() member
|
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1872 for (auto sect : section_list) { FindMatchingSection() local
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1223 inline void swapStruct(section_64 §) { in swapStruct() argument 1235 swapStruct(section & sect) swapStruct() argument [all...] |