Searched refs:text_section (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/common/solaris/ |
D | file_id.cc | 98 const GElf_Shdr *text_section = NULL; in FindElfTextSection() local 117 text_section = &shdr; in FindElfTextSection() 122 if (text_section != NULL && text_section->sh_size > 0) { in FindElfTextSection() 123 *text_start = (char *)elf_base + text_section->sh_offset; in FindElfTextSection() 124 *text_size = text_section->sh_size; in FindElfTextSection() 158 const void *text_section = NULL; in ElfFileIdentifier() local 161 if (FindElfTextSection(fd, base, &text_section, &text_size)) { in ElfFileIdentifier() 164 MD5Update(&md5, (const unsigned char *)text_section, text_size); in ElfFileIdentifier()
|
/external/google-breakpad/src/common/linux/ |
D | file_id.cc | 121 void* text_section; in HashElfTextSection() local 124 (const void**)&text_section, &text_size, NULL) || in HashElfTextSection() 130 const uint8_t* ptr = reinterpret_cast<const uint8_t*>(text_section); in HashElfTextSection()
|
D | dump_symbols.cc | 322 const typename ElfClass::Shdr* text_section, in LoadDwarfCFI() argument 355 if (text_section) in LoadDwarfCFI() 356 byte_reader.SetTextBase(text_section->sh_addr); in LoadDwarfCFI() 714 const Shdr* text_section = in LoadSymbols() local 723 got_section, text_section, big_endian, module); in LoadSymbols()
|
/external/valgrind/perf/ |
D | tinycc.c | 2330 static Section *text_section, *data_section, *bss_section; /* predefined sections */ variable 13015 put_extern_sym(s, text_section, 0, 0); in unary() 14604 cur_text_section = text_section; in gen_inline_functions() 14754 cur_text_section = text_section; in decl() 14847 text_section->sh_num, NULL); in tcc_compile() 14851 text_section->data_offset, text_section, section_sym); in tcc_compile() 14853 text_section->data_offset, text_section, section_sym); in tcc_compile() 14901 text_section->data_offset, text_section, section_sym); in tcc_compile() 17771 cur_text_section = text_section; in tcc_assemble() 18089 cur_text_section = text_section; in asm_global_instr() [all …]
|