Home
last modified time | relevance | path

Searched refs:sectp (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/libinstaller/
Dsyslxmod.c36 const sector_t *sectp, int nsect) in generate_extents() argument
49 sect = *sectp++; in generate_extents()
106 int syslinux_patch(const sector_t *sectp, int nsectors, in syslinux_patch() argument
132 set_32(ptr(sbs, &epa->sect1ptr0), sectp[0]); in syslinux_patch()
133 set_32(ptr(sbs, &epa->sect1ptr1), sectp[0] >> 32); in syslinux_patch()
134 sectp++; in syslinux_patch()
167 generate_extents(ex, nptrs, sectp, nsect-1-2); in syslinux_patch()
171 set_64_sl(&advptrs[0], sectp[nsect-1-2]); in syslinux_patch()
172 set_64_sl(&advptrs[1], sectp[nsect-1-1]); in syslinux_patch()
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c1206 const IMAGE_SECTION_HEADER* sectp, in DEBUG_SnarfCodeView() argument
1266 vsym.avmas.main = bias + sectp[sym->data_v1.segment-1].VirtualAddress in DEBUG_SnarfCodeView()
1292 vsym.avmas.main = bias + sectp[sym->data_v2.segment-1].VirtualAddress in DEBUG_SnarfCodeView()
1301 & sectp[sym->data_v2.segment-1].Characteristics); in DEBUG_SnarfCodeView()
1326 vsym.avmas.main = bias + sectp[sym->public_v3.segment-1].VirtualAddress in DEBUG_SnarfCodeView()
1335 & sectp[sym->data_v2.segment-1].Characteristics); in DEBUG_SnarfCodeView()
1363 vsym.avmas.main = bias + sectp[sym->proc_v1.segment-1].VirtualAddress in DEBUG_SnarfCodeView()
1385 vsym.avmas.main = bias + sectp[sym->proc_v2.segment-1].VirtualAddress in DEBUG_SnarfCodeView()
1408 vsym.avmas.main = bias + sectp[sym->proc_v3.segment-1].VirtualAddress in DEBUG_SnarfCodeView()
1520 const IMAGE_SECTION_HEADER* sectp, in DEBUG_SnarfLinetab() argument
[all …]
/external/syslinux/extlinux/
Dmain.c235 sector_t *sectp; in patch_file_and_bootblock() local
315 sectp = alloca(sizeof(sector_t) * nsect); in patch_file_and_bootblock()
318 if (sectmap(fd, sectp, nsect)) { in patch_file_and_bootblock()
324 sector_t *sp = sectp; in patch_file_and_bootblock()
333 rv = syslinux_patch(sectp, nsect, opt.stupid_mode, in patch_file_and_bootblock()