Home
last modified time | relevance | path

Searched refs:table_base (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/xen/interface/
H A Dphysdev.h174 uint64_t table_base; member
/freebsd-12.1/contrib/binutils/bfd/
H A Dcoffgen.c1331 combined_entry_type *table_base, in coff_pointerize_aux() argument
1342 (abfd, table_base, symbol, indaux, auxent)) in coff_pointerize_aux()
1360 table_base + auxent->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l; in coff_pointerize_aux()
1368 table_base + auxent->u.auxent.x_sym.x_tagndx.l; in coff_pointerize_aux()
H A Dcoffcode.h2290 combined_entry_type *table_base, in coff_pointerize_aux_hook() argument
2303 table_base + aux->u.auxent.x_csect.x_scnlen.l; in coff_pointerize_aux_hook()
2324 combined_entry_type *table_base ATTRIBUTE_UNUSED, in coff_pointerize_aux_hook()
2349 combined_entry_type *table_base ATTRIBUTE_UNUSED, in coff_print_aux()
2383 (long) (aux->u.auxent.x_csect.x_scnlen.p - table_base)); in coff_print_aux()
/freebsd-12.1/contrib/gdb/gdb/
H A Dgo32-nat.c1343 get_descriptor (unsigned long table_base, int idx, void *descr) in get_descriptor() argument
1345 unsigned long addr = table_base + idx * 8; /* 8 bytes per entry */ in get_descriptor()