Home | History | Annotate | Download | only in gold

Lines Matching refs:is_new

174   // Set *PLEN to the size.  Set *IS_NEW to true if the contents need to be
177 section_contents(unsigned int shndx, section_size_type* plen, bool* is_new)
178 { return this->obj_->decompressed_section_contents(shndx, plen, is_new); }
1369 bool is_new;
1370 const unsigned char* pdata = this->section_contents(debug_str, &len, &is_new);
1401 if (is_new)
1419 // Get the section contents. Upon return, if IS_NEW is true, the memory
1424 bool is_new;
1425 const unsigned char* contents = this->section_contents(shndx, &len, &is_new);
1430 if (is_new)
1434 else if (!is_new)