HomeSort by relevance Sort by last modified time
    Searched refs:elf (Results 51 - 75 of 1278) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/
alpha.exp 23 set elf [expr [istarget *-*-elf*] \
29 if $elf {
30 run_dump_test "elf-reloc-1"
31 run_list_test "elf-reloc-2" ""
32 run_list_test "elf-reloc-3" ""
33 run_dump_test "elf-reloc-4"
34 run_dump_test "elf-reloc-5"
35 run_list_test "elf-reloc-6" ""
36 run_dump_test "elf-reloc-7
    [all...]
  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf32_tic6x_le.sh 1 SCRIPT_NAME=elf
11 *-elf)
48 *-elf)
elf32_i960.sh 1 SCRIPT_NAME=elf
m32relf.sh 2 SCRIPT_NAME=elf
moxiebox.sh 1 SCRIPT_NAME=elf
pjelf.sh 1 SCRIPT_NAME=elf
  /external/elfutils/libelf/
gelf_getehdr.c 1 /* Get ELF header.
44 __gelf_getehdr_rdlock (Elf *elf, GElf_Ehdr *dest)
48 if (elf == NULL)
51 if (unlikely (elf->kind != ELF_K_ELF))
59 if (offsetof (struct Elf, state.elf32.ehdr)
60 != offsetof (struct Elf, state.elf64.ehdr))
63 if (unlikely (elf->state.elf64.ehdr == NULL))
64 /* Maybe no ELF header was created yet. */
66 else if (elf->class == ELFCLASS32
    [all...]
elf_nextscn.c 42 elf_nextscn (Elf *elf, Elf_Scn *scn)
46 if (elf == NULL)
49 rwlock_rdlock (elf->lock);
54 if (elf->class == ELFCLASS32
55 || (offsetof (Elf, state.elf32.scns)
56 == offsetof (Elf, state.elf64.scns)))
58 if (elf->state.elf32.scns.cnt > 1)
59 result = &elf->state.elf32.scns.data[1];
63 if (elf->state.elf64.scns.cnt > 1
    [all...]
elf_getdata_rawchunk.c 1 /* Return converted data from raw chunk of ELF file.
44 elf_getdata_rawchunk (Elf *elf, off_t offset, size_t size, Elf_Type type)
46 if (unlikely (elf == NULL))
49 if (unlikely (elf->kind != ELF_K_ELF))
56 if (unlikely (offset < 0 || (uint64_t) offset > elf->maximum_size
57 || elf->maximum_size - (uint64_t) offset < size))
76 rwlock_rdlock (elf->lock);
78 size_t align = __libelf_type_align (elf->class, type);
79 if (elf->map_address != NULL
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
comm-data.exp 49 { ../ld-elf/comm-data1.s } \
51 { readelf -s ../ld-elf/comm-data1.sd } \
68 "$LDFLAGS $ZFLAG -T ../ld-elf/comm-data2.ld -Ltmpdir -lmips-$abi-$reloc-comm-data" "" \
70 { ../ld-elf/comm-data2.s } \
72 { readelf -s ../ld-elf/comm-data2.sd } \
73 { readelf -r ../ld-elf/comm-data2.rd } \
74 { readelf "-x .debug_foo" ../ld-elf/comm-data2.xd } \
  /bionic/libc/private/
bionic_auxv.h 31 #include <elf.h>
  /external/elfutils/libdw/
dwarf_getelf.c 1 /* Retrieve ELF descriptor used for DWARF access.
39 Elf *
46 return dwarf->elf;
  /external/elfutils/tests/
early-offscn.c 34 /* Set the ELF version. */
42 Elf *elf = elf_begin (fd, ELF_C_READ, NULL); local
43 if (elf == NULL)
46 Elf_Scn *scn = gelf_offscn (elf, strtoull (argv[2], NULL, 0));
50 elf_end (elf);
rdwrmmap.c 38 Elf *elf = elf_begin (fd, ELF_C_RDWR_MMAP, NULL); local
39 if (elf == NULL)
42 if (elf_update (elf, ELF_C_WRITE) < 0)
45 elf_end (elf);
system-elf-libelf-test.c 1 /* Explicit test compiling with system elf.h header plus libelf header.
19 #include <elf.h>
scnnames.c 30 Elf *elf; local
51 elf = elf_begin (fd, ELF_C_READ, NULL);
52 if (elf == NULL)
54 printf ("cannot open ELF file: %s\n", elf_errmsg (-1));
58 if (elf_kind (elf) != ELF_K_ELF)
60 printf ("\"%s\" is not an ELF file\n", argv[1]);
64 if (gelf_getehdr (elf, &ehdr) == NULL)
66 printf ("cannot get the ELF header: %s\n", elf_errmsg (-1));
73 while ((scn = elf_nextscn (elf, scn)) != NULL
    [all...]
  /external/elfutils/libdwelf/
libdwelf.h 1 /* Interfaces for libdwelf. DWARF ELF Low-level Functions.
38 /* DWARF ELF Low-level Functions (dwelf).
39 Functions starting with dwelf_elf will take a (libelf) Elf object as
45 .gnu_debuglink section if found in the ELF. Return NULL if the ELF
48 extern const char *dwelf_elf_gnu_debuglink (Elf *elf, GElf_Word *crc);
51 found in the ELF. On success, pointers to the name and build ID
53 the build ID is returned. Returns 0 if the ELF lacks a
61 a SHT_NOTE section or from a PT_NOTE segment if the ELF fil
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
ehopt0.d 2 #name: elf ehopt0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/
group0b.d 1 #source: ../../../elf/group0.s
section3.d 1 #source: ../../../elf/section3.s
symtab.d 1 #source: ../../../elf/symtab.s
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
err-be.s 1 ! { dg-do assemble { target sh*-*-elf} }
3 ! { dg-error "-big required" "" { target sh*-*-elf } 0 }
err-le.s 1 ! { dg-do assemble { target sh*-*-elf} }
3 ! { dg-error "-little required" "" { target sh*-*-elf } 0 }
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
export-class.exp 46 "-m$emul -shared -version-script ../ld-elf/export-class-lib.ver" "" \
48 { ../ld-elf/export-class-lib.s } \
62 { ../ld-elf/export-class-ref.s } \
79 { ../ld-elf/export-class-dep.s ../ld-elf/export-class-def.s } \
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
export-class.exp 27 # Exclude non-ELF targets.
47 "-shared -version-script ../ld-elf/export-class-lib.ver" "" \
49 { ../ld-elf/export-class-lib.s } \
63 { ../ld-elf/export-class-ref.s } \
80 { ../ld-elf/export-class-dep.s ../ld-elf/export-class-def.s } \

Completed in 282 milliseconds

1 23 4 5 6 7 8 91011>>