HomeSort by relevance Sort by last modified time
    Searched refs:elf (Results 126 - 150 of 317) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/elfutils/libelf/
gelf_update_verneed.c 59 rwlock_wrlock (data_scn->s->elf->lock);
66 rwlock_unlock (data_scn->s->elf->lock);
gelf_update_versym.c 59 rwlock_wrlock (data_scn->s->elf->lock);
66 rwlock_unlock (data_scn->s->elf->lock);
nlist.c 51 Elf *elf; local
69 /* For compatibility reasons (`nlist' existed before ELF and libelf)
70 we don't expect the caller to set the ELF version. Do this here
75 /* Now get an ELF descriptor. */
76 elf = INTUSE(elf_begin) (fd, ELF_C_READ_MMAP, NULL);
77 if (elf == NULL)
82 while ((scn = INTUSE(elf_nextscn) (elf, scn)) != NULL)
117 / INTUSE(gelf_fsize) (elf, ELF_T_SYM, 1, data->d_version));
139 mem.str = INTUSE(elf_strptr) (elf, shdr->sh_link, sym->st_name)
    [all...]
elf-knowledge.h 1 /* Accumulation of various pieces of knowledge about ELF.
23 #define SECTION_STRIP_P(ebl, elf, ehdr, shdr, name, remove_comment, remove_debug) \
33 && ({ Elf_Scn *scn_l = elf_getscn (elf, (shdr)->sh_info); \
38 && (s_l = elf_strptr (elf, \
66 /* When combining ELF section flags we must distinguish two kinds:
90 /* Size of an entry in the hash table. The ELF specification says all
105 #endif /* elf-knowledge.h */
gelf_getrel.c 58 rwlock_rdlock (scn->elf->lock);
60 if (scn->elf->class == ELFCLASS32)
93 rwlock_unlock (scn->elf->lock);
gelf_getrela.c 58 rwlock_rdlock (scn->elf->lock);
60 if (scn->elf->class == ELFCLASS32)
94 rwlock_unlock (scn->elf->lock);
gelf_getshdr.c 44 rwlock_rdlock (scn->elf->lock);
46 if (scn->elf->class == ELFCLASS32)
87 rwlock_unlock (scn->elf->lock);
gelf_getsym.c 47 rwlock_rdlock (data_scn->s->elf->lock);
52 if (data_scn->s->elf->class == ELFCLASS32)
101 rwlock_unlock (data_scn->s->elf->lock);
gelf_update_dyn.c 55 rwlock_wrlock (scn->elf->lock);
57 if (scn->elf->class == ELFCLASS32)
101 rwlock_unlock (scn->elf->lock);
gelf_update_rel.c 52 rwlock_wrlock (scn->elf->lock);
54 if (scn->elf->class == ELFCLASS32)
99 rwlock_unlock (scn->elf->lock);
gelf_update_rela.c 52 rwlock_wrlock (scn->elf->lock);
54 if (scn->elf->class == ELFCLASS32)
102 rwlock_unlock (scn->elf->lock);
gelf_update_sym.c 56 rwlock_wrlock (scn->elf->lock);
58 if (scn->elf->class == ELFCLASS32)
110 rwlock_unlock (scn->elf->lock);
  /external/sonivox/arm-fm-22k/lib_src/
arm-fm-22k_lib.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
  /external/sonivox/arm-hybrid-22k/lib_src/
arm-hybrid-22k_lib.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
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.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
  /hardware/broadcom/wlan/
.gitignore 25 *.elf
  /hardware/ti/wlan/
.gitignore 25 *.elf
  /system/wlan/ti/
.gitignore 25 *.elf
  /build/tools/apriori/
common.h 5 #include <elf.h>
  /build/tools/isprelinked/
common.h 5 #include <elf.h>
  /external/elfutils/libebl/
i386_symbol.c 20 #include <elf.h>
102 i386_reloc_valid_use (Elf *elf, int type)
108 Elf32_Ehdr *ehdr = elf32_getehdr (elf);
124 i386_gotpc_reloc_check (Elf *elf, int type)
libebl_ia64.h 21 extern int ia64_init (Elf *elf, GElf_Half machine, Ebl *eh, size_t ehlen);
libebl_mips.h 21 extern int mips_init (Elf *elf, GElf_Half machine, Ebl *eh, size_t ehlen);
x86_64_symbol.c 20 #include <elf.h>
90 x86_64_reloc_valid_use (Elf *elf, int type)
96 Elf64_Ehdr *ehdr = elf64_getehdr (elf);
  /external/qemu/elff/
elf_alloc.h 31 /* Chunk size. Even on relatively small ELF files, there are a lot of DWARF
65 * Due to the implementation of ELF/DWARF framework in this library, data,
66 * collected during ELF/DWARF parsing stays in memory for as long, as instance
123 * Implements allocation of objects of derived classes from elf's "chunked"
127 * elf - ELF file instance that owns the allocating object.
131 void* operator new(size_t size, const ElfFile* elf);

Completed in 174 milliseconds

1 2 3 4 56 7 8 91011>>