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

  /toolchain/binutils/binutils-2.25/gold/
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...]
object.cc 2348 const Output_section_data* posd = local
    [all...]
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...]
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...]
output.h 3735 Output_section_data* posd = local
3843 Output_section_data* posd; member in union:gold::Output_section::Input_section::__anon74215
    [all...]

Completed in 234 milliseconds