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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinsmod.c454 # define ELFW(x) ELF32_ ## x macro
457 # define ELFW(x) ELF64_ ## x macro
1384 int n_type = ELFW(ST_TYPE) (info);
1385 int n_binding = ELFW(ST_BIND) (info);
1391 int o_type = ELFW(ST_TYPE) (o_info);
1392 int o_binding = ELFW(ST_BIND) (o_info);
1453 if (ELFW(ST_BIND)(info) == STB_LOCAL && symidx != -1) {
1628 if (sym && !ELFW(ST_BIND) (sym->info) == STB_LOCAL) {
1630 ELFW(ST_INFO) (STB_GLOBAL, STT_NOTYPE),
1989 ELFW(ST_INF
[all...]

Completed in 41 milliseconds