HomeSort by relevance Sort by last modified time
    Searched refs:Elf64_Lib (Results 1 - 4 of 4) sorted by null

  /external/elfutils/0.153/libelf/
gelf_update_lib.c 90 if (unlikely ((ndx + 1) * sizeof (Elf64_Lib) > data_scn->d.d_size))
94 ((Elf64_Lib *) data_scn->d.d_buf)[ndx] = *src;
gelf_getlib.c 81 /* The on disk format of Elf32_Lib and Elf64_Lib is identical. So
84 assert (sizeof (GElf_Lib) == sizeof (Elf64_Lib));
gelf.h 143 typedef Elf64_Lib GElf_Lib;
elf.h     [all...]

Completed in 35 milliseconds