HomeSort by relevance Sort by last modified time
    Searched refs:posd (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
copy-relocs.cc 91 Output_data* posd,
96 symtab->define_with_copy_reloc(sym, posd, offset);
99 reloc_section->add_global_generic(sym, this->copy_reloc_type_, posd,
output.cc 2926 const Output_section_data* posd = this->find_merge_section(object, shndx); local
2968 const Output_section_data* posd = this->find_merge_section(object, shndx); local
3001 const Output_section_data* posd = this->find_merge_section(object, shndx); local
3839 Output_section_data* posd = new Output_data_const(this_fill, 0); local
    [all...]
output.h 3735 Output_section_data* posd = local
3843 Output_section_data* posd; member in union:gold::Output_section::Input_section::__anon108412
    [all...]
script-sections.cc 603 // return the constraint, and set *POSD.
957 Output_section_data* posd; local
959 posd = new Output_data_zero_fill(length, 0);
963 posd = new Output_data_const(this_fill, 0);
965 output_section->add_output_section_data(posd);
966 layout->new_output_section_data_from_script(posd);
1677 Output_section_data* posd = new Output_data_const(this_fill, 0); local
3268 Output_section_definition* posd = new Output_section_definition(name, local
3502 Output_section_definition* posd; local
    [all...]
layout.cc     [all...]
reloc.cc 758 Output_data* posd = rr->output_data(); local
759 gold_assert(posd != NULL);
761 pvs->offset = posd->offset();
762 pvs->view_size = posd->data_size();
764 pvs->address = posd->address();
    [all...]
layout.h 969 new_output_section_data_from_script(Output_section_data* posd)
972 this->script_output_section_data_list_.push_back(posd);
    [all...]
reloc.h 280 set_output_data(Output_data* posd)
283 this->posd_ = posd;
symtab.cc     [all...]
object.cc 2348 const Output_section_data* posd = local
    [all...]
symtab.h     [all...]

Completed in 1235 milliseconds