sect_base 279 bsp/boot/common/elf.c paddr_t sect_base, bss_base; sect_base 318 bsp/boot/common/elf.c sect_base = load_base + shdr->sh_addr; sect_base 319 bsp/boot/common/elf.c memcpy((char *)sect_base, img + shdr->sh_offset, sect_base 322 bsp/boot/common/elf.c sect_base, (int)shdr->sh_size)); sect_base 324 bsp/boot/common/elf.c sect_addr[i] = (char *)sect_base; sect_base 328 bsp/boot/common/elf.c sect_base = load_base + shdr->sh_addr; sect_base 329 bsp/boot/common/elf.c bss_base = sect_base; sect_base 334 bsp/boot/common/elf.c sect_addr[i] = (char *)sect_base;