Searched refs:ET_REL (Results 1 - 25 of 51) sorted by relevance

123

/external/elfutils/tests/
H A Drun-nm-self.sh21 # Test on nm ET_REL, ET_EXEC and ET_DYN files.
22 ET_REL=${abs_top_builddir}/src/nm.o
28 for self_file in $ET_REL $ET_EXEC $ET_DYN; do
29 # --dynamic doesn't make sense for ET_REL.
30 if ! test "$what_arg" = "--dynamic" -a "$self_file" = "$ET_REL"; then
H A Ddwflsyms.c143 // For ET_REL the adjustment is section relative.
146 || ehdr.e_type == ET_REL);
167 || ehdr.e_type == ET_REL);
186 if (value != isym.st_value + bias && ehdr.e_type != ET_REL)
H A Dasm-tst1.c42 .e_type = ET_REL,
H A Dasm-tst2.c42 .e_type = ET_REL,
H A Dsaridx.c208 ehdr.e_type == ET_REL
H A Dasm-tst9.c50 .e_type = ET_REL,
/external/elfutils/libdwfl/
H A Ddwfl_module_getelf.c40 if (mod->e_type == ET_REL && ! mod->main.relocated)
H A Dderelocate.c97 && mod->e_type == ET_REL)
135 if (mod->e_type == ET_REL
234 case ET_REL:
257 case ET_REL:
375 case ET_REL:
406 assert (mod->e_type == ET_REL);
H A Ddwfl_module_getsym.c108 if ((shndxp != NULL || mod->e_type != ET_REL)
124 if (! adjust_st_value && mod->e_type != ET_REL && alloc
156 if (mod->e_type == ET_REL)
158 /* In an ET_REL file, the symbol table values are relative
H A Ddwfl_report_elf.c34 /* We start every ET_REL module at a moderately aligned boundary.
62 case ET_REL:
H A Doffline.c48 assert (mod->e_type == ET_REL);
H A Drelocate.c119 file might not match. However, some tools did produce ET_REL
166 this is an ET_REL .debug file with no .symtab of its own;
197 /* Handle an undefined symbol. We really only support ET_REL for Linux
294 if (m->e_type != ET_REL)
301 /* In an ET_REL file, the symbol table values are relative
704 assert (mod->e_type == ET_REL);
H A Ddwfl_module_addrsym.c219 if (resolved && state->mod->e_type != ET_REL)
H A Ddwfl_module_getdwarf.c89 if (ehdr->e_type != ET_REL)
91 /* In any non-ET_REL file, we compute the "synchronization address".
231 mod->main_bias = mod->e_type == ET_REL ? 0 : mod->low_addr - mod->main.vaddr;
1313 if (mod->e_type == ET_REL && !debugfile->relocated)
1432 if (mod->e_type == ET_REL
/external/elfutils/libdwelf/
H A Ddwelf_elf_gnu_build_id.c109 else if (mod == NULL || e_type != ET_REL)
138 assert (ehdr->e_type != ET_REL || mod != NULL);
/external/elfutils/backends/
H A Dppc64_init.c81 if (ehdr != NULL && ehdr->e_type != ET_REL)
H A Dcommon-reloc.c72 #define REL (1 << (ET_REL - 1))
/external/elfutils/libasm/
H A Ddisasm_cb.c132 case ET_REL:
H A Dasm_begin.c97 ehdr->e_type = ET_REL;
/external/elfutils/src/
H A Darlib.c226 if (ehdr->e_type == ET_REL)
270 if (ehdr->e_type != ET_REL)
H A Dunstrip.c81 N_("Apply relocations to section contents in ET_REL files"), 0 },
1326 stripped_ehdr->e_type == ET_REL
1388 if (stripped_ehdr->e_type != ET_REL)
1547 /* In an ET_REL file under --relocate, the sh_addr of SHF_ALLOC
1552 if (stripped_ehdr->e_type != ET_REL
1585 if (stripped_ehdr->e_type != ET_REL && (shdr_mem.sh_flags & SHF_ALLOC))
1650 || (stripped_ehdr->e_type != ET_REL
1670 collect_symbols (unstripped, stripped_ehdr->e_type == ET_REL,
1677 collect_symbols (unstripped, stripped_ehdr->e_type == ET_REL,
1679 stripped_ehdr->e_type == ET_REL
[all...]
H A Delflint.c402 if (ehdr->e_type != ET_REL && ehdr->e_type != ET_EXEC
751 if (ehdr->e_type != ET_REL)
772 GElf_Addr sh_addr = (ehdr->e_type == ET_REL ? 0
831 if (ehdr->e_type == ET_REL)
967 if (xndx != SHN_UNDEF || ehdr->e_type != ET_REL)
986 if (ehdr->e_type != ET_REL
1409 && (r_offset - (ehdr->e_type == ET_REL ? 0
1911 if (ehdr->e_type != ET_REL)
2275 if (ehdr->e_type == ET_REL)
2591 if (ehdr->e_type != ET_REL)
[all...]
/external/syslinux/gpxe/src/include/
H A Delf.h10 #define ET_REL 1 /* Relocatable file */ macro
/external/syslinux/com32/include/sys/
H A Delfcommon.h26 #define ET_REL 1 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h66 #define ET_REL 1 macro

Completed in 464 milliseconds

123