Home
last modified time | relevance | path

Searched refs:load_address_ (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
HDscript-sections.cc2069 { this->load_address_ = address; } in set_section_lma()
2086 Expression* load_address_; member in gold::Output_section_definition
2123 load_address_(header->load_address), in Output_section_definition()
2559 if (this->load_address_ == NULL) in set_section_addresses()
2615 laddr = this->load_address_->eval_with_dot(symtab, layout, true, in set_section_addresses()
2689 else if (this->load_address_ == NULL) in set_section_addresses()
2880 if (this->load_address_ != NULL) in print()
2883 this->load_address_->print(f); in print()
3137 flags_(flags), load_address_(load_address), load_address_value_(0), in Phdrs_element()
3164 { return this->load_address_ != NULL; } in has_load_address()
[all …]
HDoutput.h3325 this->load_address_ = load_address; in set_load_address()
4220 return this->load_address_; in do_load_address()
4509 uint64_t load_address_; variable
HDoutput.cc2351 load_address_(0), in Output_section()
/dragonfly/contrib/binutils-2.27/gold/
HDscript-sections.cc2035 { this->load_address_ = address; } in set_section_lma()
2052 Expression* load_address_; member in gold::Output_section_definition
2089 load_address_(header->load_address), in Output_section_definition()
2484 if (this->load_address_ == NULL) in set_section_addresses()
2540 laddr = this->load_address_->eval_with_dot(symtab, layout, true, in set_section_addresses()
2629 else if (this->load_address_ == NULL) in set_section_addresses()
2820 if (this->load_address_ != NULL) in print()
2823 this->load_address_->print(f); in print()
3077 flags_(flags), load_address_(load_address), load_address_value_(0), in Phdrs_element()
3104 { return this->load_address_ != NULL; } in has_load_address()
[all …]
HDoutput.h3325 this->load_address_ = load_address; in set_load_address()
4210 return this->load_address_; in do_load_address()
4499 uint64_t load_address_; variable
HDoutput.cc2339 load_address_(0), in Output_section()