OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elf
(Results
151 - 175
of
1278
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/google-breakpad/src/common/linux/
file_id_unittest.cc
32
#include <
elf
.h>
51
using google_breakpad::synth_elf::
ELF
;
109
void GetElfContents(
ELF
&
elf
) {
111
ASSERT_TRUE(
elf
.GetContents(&contents));
134
ELF
elf
(EM_386, TypeParam::kClass, kLittleEndian);
139
elf
.AddSection(".text", text, SHT_PROGBITS);
140
elf
.Finish();
141
this->GetElfContents(
elf
);
[
all
...]
/external/llvm/test/MC/AsmParser/
defsym_error1.s
1
# RUN: not llvm-mc -filetype=obj -triple=i386-unknown-
elf
-defsym aaoeuaoeu %s 2>&1 | FileCheck %s
defsym_error2.s
1
# RUN: not llvm-mc -filetype=obj -triple=i386-unknown-
elf
-defsym a=a %s 2>&1 | FileCheck %s
/external/llvm/test/MC/ELF/ARM/
gnu-type-hash.s
1
@ RUN: llvm-mc -triple arm-
elf
-filetype asm -o - %s | FileCheck %s
/external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak
10
CC = C:\Program Files\GNUARM\bin\arm-
elf
-gcc.exe
11
AS = C:\Program Files\GNUARM\bin\arm-
elf
-as.exe
12
LD = C:\Program Files\GNUARM\bin\arm-
elf
-gcc.exe
13
AR = C:\Program Files\GNUARM\bin\arm-
elf
-ar.exe
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
equ-reloc.d
2
#name:
elf
equate relocs
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/
group1a.d
1
#source: ../../../
elf
/group1.s
ifunc-1.d
1
#source: ../../../
elf
/ifunc-1.s
section4.d
1
#source: ../../../
elf
/section4.s
struct.d
1
#source: ../../../
elf
/struct.s
3
#name:
ELF
struct
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-consthilo.d
4
.*: +file format
elf
.*mips.*
/toolchain/binutils/binutils-2.25/ld/emulparams/
crislinux.sh
1
# This is an approximation of what we want for a real linux system (with MMU and
ELF
).
3
SCRIPT_NAME=
elf
elf32_sparc.sh
4
SCRIPT_NAME=
elf
elf32bfin.sh
1
SCRIPT_NAME=
elf
elf32fr30.sh
2
SCRIPT_NAME=
elf
elf32frv.sh
2
SCRIPT_NAME=
elf
elf32m32c.sh
2
SCRIPT_NAME=
elf
4
# See also `include/
elf
/m32c.h'
elf32mb_linux.sh
1
SCRIPT_NAME=
elf
elf32mbel_linux.sh
1
SCRIPT_NAME=
elf
elf32metag.sh
2
SCRIPT_NAME=
elf
elf32mipswindiss.sh
2
SCRIPT_NAME=
elf
elf32mt.sh
2
SCRIPT_NAME=
elf
6
# See also `include/
elf
/mt.h'
elf32or1k.sh
1
SCRIPT_NAME=
elf
elf32ppcwindiss.sh
2
SCRIPT_NAME=
elf
elf32rl78.sh
2
SCRIPT_NAME=
elf
4
# See also `include/
elf
/rl78.h'
Completed in 6074 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>