Home
last modified time | relevance | path

Searched refs:section_header_t (Results 1 – 22 of 22) sorted by relevance

/dports/misc/veles/veles-2018.05.0/src/kaitai/
H A Delf.cc37 for (std::vector<section_header_t*>::iterator it = m_section_headers->begin(); in ~elf_t()
272 elf_t::section_header_t::section_header_t(kaitai::kstream* p_io, in section_header_t() function in veles::kaitai::elf::elf_t::section_header_t
383 elf_t::section_header_t::~section_header_t() {} in ~section_header_t()
385 std::vector<uint8_t> elf_t::section_header_t::body() { in body()
407 std::string elf_t::section_header_t::name() { in name()
496 std::vector<elf_t::section_header_t*>* elf_t::section_headers() { in section_headers()
510 m_section_headers = new std::vector<section_header_t*>(); in section_headers()
530 new section_header_t(m__io__skip_me_section_headers, this, m__root)); in section_headers()
/dports/misc/veles/veles-2018.05.0/include/kaitai/
H A Delf.h21 class section_header_t; variable
267 class section_header_t : public kaitai::kstruct {
269 explicit section_header_t(kaitai::kstream* p_io, elf_t* p_parent = nullptr,
272 ~section_header_t();
344 std::vector<section_header_t*>* m_section_headers;
347 std::vector<section_header_t*>* section_headers();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h240 } section_header_t; typedef
282 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
285 llvm::StringRef GetSectionName(const section_header_t &sect);
287 const section_header_t &sect);
289 typedef std::vector<section_header_t> SectionHeaderColl;
H A DObjectFilePECOFF.cpp549 const size_t section_header_byte_size = nsects * sizeof(section_header_t); in ParseSectionHeaders()
579 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t &sect) { in GetSectionName()
751 const section_header_t &sect) { in GetSectionType()
1116 const section_header_t &sh) { in DumpSectionHeader()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h241 } section_header_t; typedef
283 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
286 llvm::StringRef GetSectionName(const section_header_t &sect);
288 const section_header_t &sect);
290 typedef std::vector<section_header_t> SectionHeaderColl;
H A DObjectFilePECOFF.cpp551 const size_t section_header_byte_size = nsects * sizeof(section_header_t); in ParseSectionHeaders()
581 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t &sect) { in GetSectionName()
753 const section_header_t &sect) { in GetSectionType()
1118 const section_header_t &sh) { in DumpSectionHeader()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h240 } section_header_t; typedef
282 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
285 llvm::StringRef GetSectionName(const section_header_t &sect);
287 const section_header_t &sect);
289 typedef std::vector<section_header_t> SectionHeaderColl;
H A DObjectFilePECOFF.cpp585 const size_t section_header_byte_size = nsects * sizeof(section_header_t); in ParseSectionHeaders()
615 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t &sect) { in GetSectionName()
793 const section_header_t &sect) { in GetSectionType()
1159 const section_header_t &sh) { in DumpSectionHeader()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h240 } section_header_t; typedef
282 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
285 llvm::StringRef GetSectionName(const section_header_t &sect);
287 const section_header_t &sect);
289 typedef std::vector<section_header_t> SectionHeaderColl;
H A DObjectFilePECOFF.cpp549 const size_t section_header_byte_size = nsects * sizeof(section_header_t); in ParseSectionHeaders()
579 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t &sect) { in GetSectionName()
751 const section_header_t &sect) { in GetSectionType()
1116 const section_header_t &sh) { in DumpSectionHeader()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h241 } section_header_t; typedef
283 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
286 llvm::StringRef GetSectionName(const section_header_t &sect);
288 const section_header_t &sect);
290 typedef std::vector<section_header_t> SectionHeaderColl;
H A DObjectFilePECOFF.cpp551 const size_t section_header_byte_size = nsects * sizeof(section_header_t); in ParseSectionHeaders()
581 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t &sect) { in GetSectionName()
753 const section_header_t &sect) { in GetSectionType()
1118 const section_header_t &sh) { in DumpSectionHeader()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h239 } section_header_t; typedef
281 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
284 llvm::StringRef GetSectionName(const section_header_t &sect);
286 const section_header_t &sect);
288 typedef std::vector<section_header_t> SectionHeaderColl;
H A DObjectFilePECOFF.cpp551 const size_t section_header_byte_size = nsects * sizeof(section_header_t); in ParseSectionHeaders()
581 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t &sect) { in GetSectionName()
753 const section_header_t &sect) { in GetSectionType()
1118 const section_header_t &sh) { in DumpSectionHeader()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h241 } section_header_t; typedef
283 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
286 llvm::StringRef GetSectionName(const section_header_t &sect);
288 const section_header_t &sect);
290 typedef std::vector<section_header_t> SectionHeaderColl;
H A DObjectFilePECOFF.cpp551 const size_t section_header_byte_size = nsects * sizeof(section_header_t); in ParseSectionHeaders()
581 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t &sect) { in GetSectionName()
753 const section_header_t &sect) { in GetSectionType()
1118 const section_header_t &sh) { in DumpSectionHeader()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h240 } section_header_t; typedef
282 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
285 llvm::StringRef GetSectionName(const section_header_t &sect);
287 const section_header_t &sect);
289 typedef std::vector<section_header_t> SectionHeaderColl;
H A DObjectFilePECOFF.cpp549 const size_t section_header_byte_size = nsects * sizeof(section_header_t); in ParseSectionHeaders()
579 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t &sect) { in GetSectionName()
751 const section_header_t &sect) { in GetSectionType()
1116 const section_header_t &sh) { in DumpSectionHeader()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h240 } section_header_t; typedef
282 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
285 llvm::StringRef GetSectionName(const section_header_t &sect);
287 const section_header_t &sect);
289 typedef std::vector<section_header_t> SectionHeaderColl;
H A DObjectFilePECOFF.cpp588 const size_t section_header_byte_size = nsects * sizeof(section_header_t); in ParseSectionHeaders()
618 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t &sect) { in GetSectionName()
796 const section_header_t &sect) { in GetSectionType()
1174 const section_header_t &sh) { in DumpSectionHeader()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h241 } section_header_t; typedef
283 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
286 llvm::StringRef GetSectionName(const section_header_t &sect);
288 const section_header_t &sect);
290 typedef std::vector<section_header_t> SectionHeaderColl;
H A DObjectFilePECOFF.cpp551 const size_t section_header_byte_size = nsects * sizeof(section_header_t); in _gda_web_meta_character_sets()
581 llvm::StringRef ObjectFilePECOFF::GetSectionName(const section_header_t &sect) {
753 const section_header_t &sect) {
1118 const section_header_t &sh) {