HomeSort by relevance Sort by last modified time
    Searched refs:ET_REL (Results 176 - 186 of 186) sorted by null

1 2 3 4 5 6 78

  /external/llvm/include/llvm/Support/
ELF.h 112 ET_REL = 1, // Relocatable file
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 187 { "Relocatable", ELF::ET_REL },
    [all...]
  /external/valgrind/main/VEX/switchback/
linker.c 963 if (ehdr->e_type != ET_REL) {
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 803 if (ehdr->e_type != ET_REL) {
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 166 #define ET_REL 1 /* Relocatable file */
    [all...]
  /external/elfutils/0.153/src/
ldgeneric.c     [all...]
readelf.c 573 This takes care of applying relocations to DWARF data in ET_REL files. */
651 /* For an ET_REL file, libdwfl has adjusted the in-core shdrs
661 if (ehdr->e_type == ET_REL && print_unrelocated)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 163 #define ET_REL 1 /* Relocatable file */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 163 #define ET_REL 1 /* Relocatable file */
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 454 Write16(ELF::ET_REL); // e_type
    [all...]
  /external/valgrind/main/perf/
tinycc.c 235 #define ET_REL 1 /* Relocatable file */
    [all...]

Completed in 578 milliseconds

1 2 3 4 5 6 78