Searched refs:SECTION_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h62 /* SECTION_SIZE is calculating the size in bytes out of offsize */
63 #define SECTION_SIZE(_offsize) (((_offsize & OFFSIZE_SIZE_MASK) >> OFFSIZE_SIZE_OFFSET) << 2) macro
66 #define SECTION_ADDR(_offsize, idx) (MCP_REG_SCRATCH + SECTION_OFFSET(_offsize) + (SECTION_SIZE(_offsize) * idx))
H A Decore_mcp.c1393 SECTION_SIZE(mfw_path_offsize));
H A Decore_dbg_fw_funcs.c4574 running_mfw_addr = MCP_REG_SCRATCH + SECTION_OFFSET(spad_trace_offsize) + SECTION_SIZE(spad_trace_offsize) + trace_data_size_bytes;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c5277 #define SECTION_SIZE(section, segment) \
5286 && (section->vma + SECTION_SIZE (section, segment) \
5293 && (section->lma + SECTION_SIZE (section, segment) \
5344 || SECTION_SIZE (section, segment) > 0 \
5840 #undef SECTION_SIZE
5272 #define SECTION_SIZE macro
5835 #undef SECTION_SIZE macro

Completed in 135 milliseconds