[Main] Title=__ld_insert_compressed_bss_refs See Also=insert_compressed_data_refs: __ld_insert_compressed_data_refs, insert_compressed_relocs: __ld_insert_compressed_relocs, insert_kernel_bss_refs: __ld_insert_kernel_bss_refs [Top] __ld_insert_compressed_bss_refs inserts relocs in the format defined in __ld_insert_compressed_relocs. The only differences are that the relocation address is not the entry point of the program but the beginning of the BSS section and that the reference symbol used if there is no previous reloc (i.e. for the first reloc) is __ld_compressed_bss_refs_ref.

If you insert these references, the linker assumes that the BSS section is handled by you; that is, you have to allocate it dynamically using __ld_bss_size and use a pointer to it as the relocation address.

Note: The limitations of __ld_insert_kernel_relocs also apply to this insertion.