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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c320 Elf32_Ehdr e32; member in union:__anon15993
370 bcmp(&hdr.e32.e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) {
383 if (hdr.e32.e_ident[EI_DATA] != order)
385 if (hdr.e32.e_version != EV_CURRENT)
388 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS64) {
392 Elf32_Ehdr e32 = hdr.e32; local
393 ehdr_to_gelf(&e32, &hdr.e64);
409 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) {

Completed in 133 milliseconds