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

/freebsd-11-stable/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c341 _Unwind_Ptr data_base = (_Unwind_Ptr) hdr; local
347 if (data->pc < table[0].initial_loc + data_base)
349 else if (data->pc < table[mid].initial_loc + data_base)
357 if (data->pc < table[mid].initial_loc + data_base)
359 else if (data->pc >= table[mid + 1].initial_loc + data_base)
368 f = (fde *) (table[mid].fde + data_base);
373 if (data->pc < table[mid].initial_loc + data_base + range)
375 data->func = (void *) (table[mid].initial_loc + data_base);
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c105 static const char *data_base; variable
235 data_base = file_base + N_DATOFF(*ex);
280 data_addr = data_base;
299 dyn = (const struct _dynamic *) align_struct(data_base);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dpa64solib.c329 = so->pa64_solib_desc.data_base;
808 local_hex_string_custom (so_list->pa64_solib_desc.data_base,
811 local_hex_string_custom ((so_list->pa64_solib_desc.data_base
880 dld_cache.dld_desc.data_base = 0;
/freebsd-11-stable/sys/dev/bxe/
H A Decore_init_ops.h258 const uint32_t *data, *data_base; local
264 data_base = INIT_DATA(sc);
277 data = data_base + op->arr_wr.data_off;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h2376 u8 *data_base; member in struct:__sanitizer::__sanitizer_cdbr

Completed in 131 milliseconds