Architecting and designing > Structured analysis and design
  
Library Module Symbol
A Library Module symbol is a rectangular symbol representing a function, or segment of code, that will be called by multiple modules. The added time involved in calling an external module is balanced with the efficiency of reusing it many times; it is separated from surrounding code for that purpose.