Home | History | Annotate | Download | only in config

Lines Matching refs:entsize

552 			int entsize,
721 sec->entsize = entsize;
748 if ((flags & SEC_MERGE) && old_sec->entsize != (unsigned) entsize)
937 int entsize;
969 entsize = 0;
1041 entsize = get_absolute_expression ();
1043 if (entsize < 0)
1047 entsize = 0;
1125 obj_elf_change_section (name, type, attr, entsize, group_name, linkonce, push);
1970 comment_section->entsize = 1;