Searched defs:SHT_REL (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/courgette/
H A Dtypes_elf.h83 SHT_REL = 9, enumerator in enum:sh_type_values
/external/chromium_org/third_party/libvpx/include/
H A Delf.h303 #define SHT_REL 9 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h137 SHT_REL = 9, /* relocations entries w/o explicit addends */ enumerator in enum:__anon16345
371 * for section types SHT_REL, SHT_RELA:
/external/kernel-headers/original/uapi/linux/
H A Delf.h275 #define SHT_REL 9 macro
/external/qemu/include/
H A Delf.h1321 #define SHT_REL 9 macro
/external/elfutils/0.153/libelf/
H A Delf.h329 #define SHT_REL 9 /* Relocation entries, no addends */ macro
495 /* Relocation table entry without addend (in section of type SHT_REL). */
/external/valgrind/main/perf/
H A Dtinycc.c349 #define SHT_REL 9 /* Relocation entries, no addends */ macro
489 /* Relocation table entry without addend (in section of type SHT_REL). */
6828 case SHT_REL:
18364 sr = new_section(tcc_state, buf, SHT_REL, symtab->sh_flags);
18469 if (sr->sh_type == SHT_REL && sr->link == s) {
18929 if (s->sh_type != SHT_REL)
19448 s->sh_type == SHT_REL &&
19530 } else if (s->sh_type == SHT_REL) {
19557 if (s->sh_type == SHT_REL) {
19719 s->sh_type == SHT_REL) {
[all...]

Completed in 806 milliseconds