Searched refs:sec_size (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | faddr2line | 128 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 D | priv.h | 67 u32 sec_size; member 104 u32 sec_size; member
|
| H A D | gm200.c | 231 .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 D | gp108.c | 37 .sec_code_size = hsf->sec_size, in gp108_acr_hsfw_bld()
|
| H A D | gm20b.c | 57 .sec_code_size = hsf->sec_size, in gm20b_acr_load_bld()
|
| H A D | hsfw.c | 98 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 D | symbolize.py | 335 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 D | symbolize.py | 335 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 D | 0003-elf2flt-handle-binutils-2.34.patch | 350 - 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 D | header.c | 3245 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 D | cadence-nand-controller.c | 1210 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()
|