HomeSort by relevance Sort by last modified time
    Searched refs:ET_REL (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/elfutils/tests/
run-nm-self.sh 21 # 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
dwflsyms.c 142 // For ET_REL the adjustment is section relative.
145 || ehdr.e_type == ET_REL);
166 || ehdr.e_type == ET_REL);
185 if (value != isym.st_value + bias && ehdr.e_type != ET_REL)
asm-tst1.c 42 .e_type = ET_REL,
asm-tst2.c 42 .e_type = ET_REL,
saridx.c 208 ehdr.e_type == ET_REL
asm-tst9.c 50 .e_type = ET_REL,
  /external/elfutils/libdwfl/
dwfl_module_getelf.c 44 if (mod->e_type == ET_REL && ! mod->main.relocated)
derelocate.c 107 && mod->e_type == ET_REL)
145 if (mod->e_type == ET_REL
244 case ET_REL:
267 case ET_REL:
385 case ET_REL:
416 assert (mod->e_type == ET_REL);
dwfl_module_getsym.c 112 if ((shndxp != NULL || mod->e_type != ET_REL)
128 if (! adjust_st_value && mod->e_type != ET_REL && alloc
160 if (mod->e_type == ET_REL)
162 /* In an ET_REL file, the symbol table values are relative
dwfl_report_elf.c 38 /* We start every ET_REL module at a moderately aligned boundary.
66 case ET_REL:
offline.c 52 assert (mod->e_type == ET_REL);
dwfl_module_getdwarf.c 94 if (ehdr->e_type != ET_REL)
96 /* In any non-ET_REL file, we compute the "synchronization address".
236 mod->main_bias = mod->e_type == ET_REL ? 0 : mod->low_addr - mod->main.vaddr;
    [all...]
dwfl_module_addrsym.c 223 if (resolved && state->mod->e_type != ET_REL)
  /external/elfutils/libdwelf/
dwelf_elf_gnu_build_id.c 111 else if (mod == NULL || e_type != ET_REL)
140 assert (ehdr->e_type != ET_REL || mod != NULL);
  /external/elfutils/backends/
ppc64_init.c 84 if (ehdr != NULL && ehdr->e_type != ET_REL
common-reloc.c 72 #define REL (1 << (ET_REL - 1))
  /external/elfutils/libasm/
disasm_cb.c 134 case ET_REL:
asm_begin.c 97 ehdr->e_type = ET_REL;
  /external/elfutils/src/
arlib.c 230 if (ehdr->e_type == ET_REL)
277 if (ehdr->e_type != ET_REL)
unstrip.c 82 N_("Apply relocations to section contents in ET_REL files"), 0 },
    [all...]
elflint.c 388 if (ehdr->e_type != ET_REL && ehdr->e_type != ET_EXEC
768 if (ehdr->e_type != ET_REL)
789 GElf_Addr sh_addr = (ehdr->e_type == ET_REL ? 0
848 if (ehdr->e_type == ET_REL)
984 if (xndx != SHN_UNDEF || ehdr->e_type != ET_REL)
1003 if (ehdr->e_type != ET_REL
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 414 if (Header->e_type == ELF::ET_REL) {
658 if (EF.getHeader()->e_type != ELF::ET_REL)
699 assert(EF.getHeader()->e_type == ELF::ET_REL &&
963 return EF.getHeader()->e_type == ELF::ET_REL;
  /build/soong/symbol_inject/
elf.go 100 case elf.ET_REL:
  /bionic/libc/kernel/uapi/linux/
elf.h 52 #define ET_REL 1
  /external/kernel-headers/original/uapi/linux/
elf.h 66 #define ET_REL 1

Completed in 156 milliseconds

1 2 3