Searched defs:table_end (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Deh_frame.c299 unsigned char *table, unsigned char *table_end,
355 unsigned char *table_bg, unsigned char *table_end,
359 unsigned char *pj = table_end;
373 get_table_ent_val(pr, table_end, enc, reloc, base,
354 locate_fde_for_pc(uint64_t pc, int enc, unsigned char *table_bg, unsigned char *table_end, ptrdiff_t reloc, uintptr_t base) argument
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_acpi.c328 caddr_t table_end; local
351 table_end = (caddr_t)ivrsp + ivrsp->ivrs_hdr.Length;
357 for (cp = ivrsp_end; cp < table_end; cp += (al_vhd.ivhdp)->ivhd_len) {
363 for (cp = ivrsp_end; cp < table_end; cp += (al_vmd.ivmdp)->ivmd_len) {

Completed in 59 milliseconds