Lines Matching full:relocs
75 // process the relocs first before scanning them. Scanning of relocs is
183 // Scan the relocs.
256 // Read the relocs and local symbols from the object file and store
263 rd->relocs.clear();
269 rd->relocs.reserve(shnum / 2);
349 rd->relocs.push_back(Section_relocs());
350 Section_relocs& sr(rd->relocs.back());
380 // Process the relocs to generate mappings from source sections to referenced
399 for (Read_relocs_data::Relocs_list::iterator p = rd->relocs.begin();
400 p != rd->relocs.end();
407 // section here if we are emitting relocs.
421 // Scan the relocs and adjust the symbol table. This looks for
443 for (Read_relocs_data::Relocs_list::iterator p = rd->relocs.begin();
444 p != rd->relocs.end();
460 // section here if we are emitting relocs.
504 // This is a strategy class we use when scanning for --emit-relocs.
539 // Scan the input relocations for --emit-relocs.
564 // Scan the input relocation for --emit-relocs, templatized on the
753 // emitting relocs. We don't need to read the input file.
1041 // Write the incremental relocs.
1075 // Write the incremental relocs, templatized on the type of the
1495 // Initialize the class to track the relocs. This gets the object,
1496 // the reloc section index, and the type of the relocs. This returns
1553 // if there aren't any more relocs.
1583 // to OFFSET. Return the number of relocs we skip.