HomeSort by: relevance | last modified time | path
    Searched defs:last_hi20 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/riscv/riscv/
kobj_machdep.c 49 } last_hi20; variable in typeref:struct:hi20
96 last_hi20.local = false;
100 last_hi20.local = true;
110 last_hi20.where = where;
111 last_hi20.addend = addend;
220 last_hi20.addend = addend + addr;
221 last_hi20.where = where;
222 last_hi20.local = ELF_ST_BIND(sym->st_info) == STB_LOCAL;
228 if (!local && last_hi20.local) {
229 // last_hi20.global = false
    [all...]
kobj_machdep.c 49 } last_hi20; variable in typeref:struct:hi20
96 last_hi20.local = false;
100 last_hi20.local = true;
110 last_hi20.where = where;
111 last_hi20.addend = addend;
220 last_hi20.addend = addend + addr;
221 last_hi20.where = where;
222 last_hi20.local = ELF_ST_BIND(sym->st_info) == STB_LOCAL;
228 if (!local && last_hi20.local) {
229 // last_hi20.global = false
    [all...]

Completed in 103 milliseconds