Home
last modified time | relevance | path

Searched refs:sec_size (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/
H A Dfaddr2line128 local sec_size
132 sec_size=$(${READELF} --section-headers --wide $objfile |
136 if [[ -z $sec_size ]]; then
191 [[ $found = 1 ]] && sym_size=$(($sec_size - $sym_addr))
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dpriv.h67 u32 sec_size; member
104 u32 sec_size; member
H A Dgm200.c231 .sec_code_size = hsf->sec_size, in gm200_acr_hsfw_bld()
334 hsf->sec_size = hsfw->sec_size; in gm200_acr_hsfw_load()
H A Dgp108.c37 .sec_code_size = hsf->sec_size, in gp108_acr_hsfw_bld()
H A Dgm20b.c57 .sec_code_size = hsf->sec_size, in gm20b_acr_load_bld()
H A Dhsfw.c98 hsfw->sec_size = lhdr->apps[lhdr->num_apps]; in nvkm_acr_hsfw_load_image()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/
H A Dsymbolize.py335 sec_size = section[2]
336 if not size or not sec_size:
338 return ((addr <= (sec_addr + sec_size - 1)) and
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/
H A Dsymbolize.py335 sec_size = section[2]
336 if not size or not sec_size:
338 return ((addr <= (sec_addr + sec_size - 1)) and
/OK3568_Linux_fs/buildroot/package/elf2flt/
H A D0003-elf2flt-handle-binutils-2.34.patch350 - sec_size = bfd_section_size(abs_bfd, s);
352 + sec_size = elf2flt_bfd_section_size(s);
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dheader.c3245 int sec_size; in perf_header__adds_write() local
3263 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__adds_write()
3266 lseek(fd, sec_start + sec_size, SEEK_SET); in perf_header__adds_write()
3278 err = do_write(&ff, feat_sec, sec_size); in perf_header__adds_write()
3406 int sec_size; in perf_header__process_sections() local
3418 sec_size = sizeof(*feat_sec) * nr_sections; in perf_header__process_sections()
3422 err = perf_header__getbuffer64(header, fd, feat_sec, sec_size); in perf_header__process_sections()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dcadence-nand-controller.c1210 u32 sec_size = 0, offset = 0, sec_cnt = 1; in cadence_nand_prepare_data_size() local
1221 sec_size = cdns_chip->sector_size; in cadence_nand_prepare_data_size()
1228 sec_size = cdns_chip->sector_size; in cadence_nand_prepare_data_size()
1246 reg |= FIELD_PREP(TRAN_CFG_1_SECTOR_SIZE, sec_size); in cadence_nand_prepare_data_size()