Home
last modified time | relevance | path

Searched refs:sh_num (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/elftoolchain/nm/
HDnm.c78 size_t sh_num, list_num; member
170 #define CHECK_SYM_PRINT_DATA(p) (p->headp == NULL || p->sh_num == 0 || \
1399 p_data.sh_num = shnum; in read_elf()
1944 if (ep->sym->st_shndx > p->sh_num) in sym_list_print_each()
/NextBSD/contrib/file/src/
HDreadelf.c1250 int num, size_t size, off_t fsize, int sh_num, int *flags, in dophn_exec() argument
1284 if (sh_num) /* Did this through section headers */ in dophn_exec()
/NextBSD/sys/dev/drm2/radeon/
HDsi.c1424 u32 se_num, u32 sh_num) in si_select_se_sh() argument
1428 if ((se_num == 0xffffffff) && (sh_num == 0xffffffff)) in si_select_se_sh()
1431 data |= SE_BROADCAST_WRITES | SH_INDEX(sh_num); in si_select_se_sh()
1432 else if (sh_num == 0xffffffff) in si_select_se_sh()
1435 data |= SH_INDEX(sh_num) | SE_INDEX(se_num); in si_select_se_sh()