Searched refs:PRINT20 (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | coff-rs6000.c | 1722 #define PRINT20(d, v) \ macro 1881 PRINT20 (hdr->size, 8 + 8 * sym_32 + str_32 + (str_32 & 1)); in xcoff_write_armap_big() 1884 PRINT20 (hdr->nextoff, nextoff + symbol_table_size); in xcoff_write_armap_big() 1886 PRINT20 (hdr->nextoff, 0); in xcoff_write_armap_big() 1888 PRINT20 (hdr->prevoff, prevoff); in xcoff_write_armap_big() 1945 PRINT20 (fhdr->symoff, 0); in xcoff_write_armap_big() 1966 PRINT20 (hdr->size, 8 + 8 * sym_64 + str_64 + (str_64 & 1)); in xcoff_write_armap_big() 1967 PRINT20 (hdr->nextoff, 0); in xcoff_write_armap_big() 1968 PRINT20 (hdr->prevoff, prevoff); in xcoff_write_armap_big() 2021 PRINT20 (fhdr->symoff64, nextoff); in xcoff_write_armap_big() [all …]
|