Lines Matching full:lib
47 LIB = 'libraries' variable
212 if LIB in item:
213 for lib in item[LIB]:
214 string += library_data_template.format(lib)
216 if LIB in item:
217 for lib in item[LIB]:
218 string += library_bss_template.format(lib)
270 for lib, ptn in args.library:
274 if LIB not in partitions[ptn]:
275 partitions[ptn][LIB] = [lib]
277 partitions[ptn][LIB].append(lib)