Searched refs:sh_num (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.cc200 GetSectionHeaderByType(const int fd, ElfW(Half) sh_num, const off_t sh_offset, argument
204 for (int i = 0; i < sh_num;) {
205 const ssize_t num_bytes_left = (sh_num - i) * sizeof(buf[0]);
/external/valgrind/main/perf/
H A Dtinycc.c2202 int sh_num; /* elf section number */
5476 int info, int other, int sh_num, const char *name);
6844 sec->sh_num = s1->nb_sections;
6912 int sym_type, sym_bind, sh_num, info;
6918 sh_num = SHN_UNDEF;
6920 sh_num = SHN_ABS;
6922 sh_num = section->sh_num;
6968 sym->c = add_elf_sym(symtab_section, value, size, info, 0, sh_num, name);
6973 esym->st_shndx = sh_num;
2200 int sh_num; /* elf section number */ member in struct:Section
6910 int sym_type, sym_bind, sh_num, info; local
17338 asm_new_label1(TCCState *s1, int label, int is_local, int sh_num, long value) argument
18297 add_elf_sym(Section *s, unsigned long value, unsigned long size, int info, int other, int sh_num, const char *name) argument
18511 int sym_bind, sh_num, sym_index; local
[all...]

Completed in 304 milliseconds