Home
last modified time | relevance | path

Searched full:var_end (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp228 uptr var_end = var.beg + var.size; in PrintAccessAndVarIntersection() local
231 // If the variable [var.beg, var_end) is the nearest variable to the in PrintAccessAndVarIntersection()
234 if (addr_end <= var_end) in PrintAccessAndVarIntersection()
236 else if (addr < var_end) in PrintAccessAndVarIntersection()
239 next_var_beg - addr_end >= addr - var_end) in PrintAccessAndVarIntersection()
248 str.AppendF(" [%zd, %zd)", var.beg, var_end); in PrintAccessAndVarIntersection()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom_subr.c958 * definition), we must generate a VAR_END instruction. in bhnd_sprom_opcode_rewrite_opcode()
965 /* Return VAR_END */ in bhnd_sprom_opcode_rewrite_opcode()
1285 /* Iterate until VAR_END */ in bhnd_sprom_opcode_eval_var()
/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk1420 # Emit an explicit VAR_END opcode for the last entry
/freebsd/contrib/bmake/
H A DChangeLog539 o var.c: remove Var_End as it is now unnecessary