Home
last modified time | relevance | path

Searched defs:Section (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Ddwp.cc502 struct Section struct in gold::Dwp_output_file
504 const char* name;
505 off_t offset;
506 section_size_type size;
507 int align;
508 std::vector<Contribution> contributions;
510 Section(const char* n, int a) in Section() function
/toolchain/binutils/binutils-2.25/include/coff/
Dpe.h435 } Section; member