Home | History | Annotate | Download | only in gold

Lines Matching defs:entsize

2813   Merge_section_properties(bool is_string, uint64_t entsize,
2815 : is_string_(is_string), entsize_(entsize), addralign_(addralign)
2858 // Entsize of this merge data section.
3146 // Return the entsize field.
3148 entsize() const
3151 // Set the entsize field.
3587 Input_section(Output_section_data* posd, bool is_string, uint64_t entsize)
3594 this->u1_.entsize = entsize;
3667 is_merge_section(bool is_string, uint64_t entsize,
3673 && this->u1_.entsize == entsize
3834 uint64_t entsize;
4292 uint64_t entsize, uint64_t addralign,
4297 // ENTSIZE is the entity size. This returns the entry added to
4301 uint64_t entsize);