Searched defs:R_386_32 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/courgette/
H A Dtypes_elf.h131 R_386_32 = 1, enumerator in enum:elf32_rel_386_type_values
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relocations.cpp66 #define R_386_32 1 macro
131 case R_386_32:
643 case R_386_32:
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h268 R_386_32 = 1, /* word32, S + A */ enumerator in enum:__anon16352
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py495 R_386_32 = 1 variable in class:Relocs_Elf_i386
/external/llvm/include/llvm/Support/
H A DELF.h399 R_386_32 = 1, enumerator in enum:llvm::ELF::__anon25583
/external/qemu/include/
H A Delf.h290 #define R_386_32 1 macro
/external/elfutils/0.153/libelf/
H A Delf.h1161 #define R_386_32 1 /* Direct 32 bit */ macro
/external/valgrind/main/perf/
H A Dtinycc.c967 #define R_386_32 1 /* Direct 32 bit */ macro
5628 #define R_DATA_32 R_386_32
5708 greloc(cur_text_section, sym, ind, R_386_32);
6043 ind + 1, R_386_32);
6053 ind + 1, R_386_32);
6452 ind, R_386_32);
6465 ind, R_386_32);
16224 greloc(cur_text_section, pe->sym, ind, R_386_32);
18590 case R_386_32:
18595 qrel->r_info = ELF32_R_INFO(esym_index, R_386_32);
[all...]

Completed in 161 milliseconds