Searched refs:textp (Results 1 – 18 of 18) sorted by relevance
/external/elfutils/libasm/ |
D | asm_begin.c | 127 asm_begin (fname, ebl, textp) in asm_begin() argument 130 bool textp; 132 if (fname == NULL && ! textp) 174 result->textp = textp; 175 if (textp)
|
D | asm_abort.c | 46 if (likely (! ctx->textp))
|
D | asm_adduleb128.c | 51 if (unlikely (asmscn->ctx->textp))
|
D | asm_addsleb128.c | 51 if (unlikely (asmscn->ctx->textp))
|
D | asm_newscn_ingrp.c | 65 if (likely (! ctx->textp))
|
D | asm_newcomsym.c | 92 if (unlikely (ctx->textp))
|
D | asm_newscngrp.c | 73 if (unlikely (ctx->textp))
|
D | asm_addstrz.c | 74 if (unlikely (asmscn->ctx->textp))
|
D | asm_newabssym.c | 93 if (unlikely (ctx->textp))
|
D | asm_addint8.c | 64 if (unlikely (asmscn->ctx->textp))
|
D | asm_newsym.c | 90 if (unlikely (asmscn->ctx->textp))
|
D | libasmP.h | 141 bool textp; member
|
D | libasm.h | 72 extern AsmCtx_t *asm_begin (const char *fname, Ebl *ebl, bool textp);
|
D | asm_align.c | 55 if (unlikely (asmscn->ctx->textp))
|
D | asm_newscn.c | 198 result = (unlikely (ctx->textp)
|
D | asm_end.c | 507 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx); 588 if (unlikely (ctx->textp))
|
/external/libpng/ |
D | pngset.c | 718 png_textp textp = &(info_ptr->text[info_ptr->num_text]); in png_set_text_2() local 757 textp->compression = PNG_ITXT_COMPRESSION_NONE; in png_set_text_2() 760 textp->compression = PNG_TEXT_COMPRESSION_NONE; in png_set_text_2() 766 textp->compression = text_ptr[i].compression; in png_set_text_2() 769 textp->key = (png_charp)png_malloc_warn(png_ptr, in png_set_text_2() 772 if (textp->key == NULL) in png_set_text_2() 777 (int)textp->key); in png_set_text_2() 779 png_memcpy(textp->key, text_ptr[i].key,(png_size_t)(key_len)); in png_set_text_2() 780 *(textp->key + key_len) = '\0'; in png_set_text_2() 784 textp->lang = textp->key + key_len + 1; in png_set_text_2() [all …]
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngset.c | 784 png_textp textp = &(info_ptr->text[info_ptr->num_text]); in png_set_text_2() local 821 textp->compression = PNG_ITXT_COMPRESSION_NONE; in png_set_text_2() 824 textp->compression = PNG_TEXT_COMPRESSION_NONE; in png_set_text_2() 829 textp->compression = text_ptr[i].compression; in png_set_text_2() 832 textp->key = (png_charp)png_malloc_warn(png_ptr, in png_set_text_2() 834 if (textp->key == NULL) in png_set_text_2() 838 (int)textp->key); in png_set_text_2() 840 png_memcpy(textp->key, text_ptr[i].key, in png_set_text_2() 842 *(textp->key+key_len) = '\0'; in png_set_text_2() 846 textp->lang=textp->key + key_len + 1; in png_set_text_2() [all …]
|