Home | History | Annotate | Download | only in gold

Lines Matching defs:want

953 // header.  If we do not want to include this group, we set bits in
1131 // want to treat the sections as similar if the
1172 // signature. We want to block section groups with that signature,
1186 // In general the symbol name we want will be the string following
1636 // reloc sections into the output. We only want to copy the
1735 // is turned on this function is called twice; we only want to do this
1932 // deferring sections that is not true. We don't want to
2272 // prefixes, typically .L for ELF system. We want to be compatible
2462 // final value. SYMTAB points to a symbol table. Some targets may want
3193 int want = elfcpp::Elf_recognizer::max_header_size;
3194 if (filesize - offset < want)
3195 want = filesize - offset;
3197 const unsigned char* p = input_file->file().get_view(offset, 0, want,
3200 *read_size = want;
3202 return elfcpp::Elf_recognizer::is_elf_file(p, want);