Searched refs:section_address (Results 1 – 2 of 2) sorted by relevance
1582 bfd_vma section_address; in e7000_load() local1586 section_address = bfd_get_section_vma (pbfd, section); in e7000_load()1592 paddr_nz (section_address), in e7000_load()1609 buf[2] = section_address >> 24; in e7000_load()1610 buf[3] = section_address >> 16; in e7000_load()1611 buf[4] = section_address >> 8; in e7000_load()1612 buf[5] = section_address; in e7000_load()1634 section_address += count; in e7000_load()
1276 bfd_vma section_address; in m32r_load() local1281 section_address = bfd_section_lma (pbfd, section); in m32r_load()1286 if ((section_address & 0xa0000000) == 0x80000000) in m32r_load()1287 section_address &= 0x7fffffff; in m32r_load()1293 section_address, (int) section_size); in m32r_load()1308 store_long_parameter (buf + 1, section_address); in m32r_load()1327 section_address += count; in m32r_load()