HomeSort by relevance Sort by last modified time
    Searched defs:Elf64_Word (Results 101 - 102 of 102) sorted by null

1 2 3 45

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 38 typedef uint32_t Elf64_Word;
91 Elf64_Word e_version; /* Object file version */
95 Elf64_Word e_flags; /* Processor-specific flags */
283 Elf64_Word sh_name; /* Section name (string tbl index) */
284 Elf64_Word sh_type; /* Section type */
289 Elf64_Word sh_link; /* Link to another section */
290 Elf64_Word sh_info; /* Additional section information */
387 Elf64_Word st_name; /* Symbol name (string tbl index) */
547 Elf64_Word p_type; /* Segment type */
548 Elf64_Word p_flags; /* Segment flags *
    [all...]
  /external/valgrind/main/perf/
tinycc.c 120 typedef uint32_t Elf64_Word;
173 Elf64_Word e_version; /* Object file version */
177 Elf64_Word e_flags; /* Processor-specific flags */
316 Elf64_Word sh_name; /* Section name (string tbl index) */
317 Elf64_Word sh_type; /* Section type */
322 Elf64_Word sh_link; /* Link to another section */
323 Elf64_Word sh_info; /* Additional section information */
388 Elf64_Word st_name; /* Symbol name (string tbl index) */
550 Elf64_Word p_type; /* Segment type */
551 Elf64_Word p_flags; /* Segment flags *
    [all...]

Completed in 137 milliseconds

1 2 3 45