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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c321 GElf_Ehdr e64; member in union:__anon15993
393 ehdr_to_gelf(&e32, &hdr.e64);
396 if (hdr.e64.e_shstrndx >= hdr.e64.e_shnum)
399 n = hdr.e64.e_shnum;
415 sp32, nbytes, hdr.e64.e_shoff) != nbytes) {
425 } else if (pread64(fd, sp, nbytes, hdr.e64.e_shoff) != nbytes) {
434 strs_mapsz = sp[hdr.e64.e_shstrndx].sh_size +
435 (sp[hdr.e64.e_shstrndx].sh_offset & ~_PAGEMASK);
438 fd, sp[hdr.e64
[all...]

Completed in 370 milliseconds