/toolchain/binutils/binutils-2.25/bfd/ |
nlm32-alpha.c | 405 asection *code_sec, *data_sec; 428 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME); 459 rel->sym_ptr_ptr = data_sec->symbol_ptr_ptr; 460 rel->addend = - bfd_get_section_vma (abfd, data_sec); 481 *secp = data_sec; 762 asection *code_sec, *data_sec; 765 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME); 773 sym->symbol.section = data_sec; 403 asection *code_sec, *data_sec; local 759 asection *code_sec, *data_sec; local
|
nlm32-ppc.c | 444 asection *code_sec, *data_sec, *bss_sec; 458 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME); 473 sec = data_sec; 503 *secp = data_sec; 736 asection *code_sec, *data_sec, *bss_sec; 747 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME); 761 else if (symsec == data_sec) 809 else if (sec == data_sec) 443 asection *code_sec, *data_sec, *bss_sec; local 735 asection *code_sec, *data_sec, *bss_sec; local
|
coff64-rs6000.c | 731 asection *data_sec = NULL; local 843 data_sec = current; 935 if (data_sec) 937 internal_a.dsize = data_sec->size; 938 internal_a.data_start = internal_a.dsize ? data_sec->vma : 0; 973 if (data_sec != NULL) 975 internal_a.o_sndata = data_sec->target_index; 976 internal_a.o_algndata = bfd_get_section_alignment (abfd, data_sec); [all...] |
coffcode.h | 3596 asection *data_sec = NULL; local [all...] |
/external/curl/lib/ |
pingpong.c | 171 enum protection_level data_sec = conn->data_prot; local 205 DEBUGASSERT(data_sec > PROT_NONE && data_sec < PROT_LAST); 206 conn->data_prot = data_sec;
|
ftp.c | 4086 enum protection_level data_sec = conn->data_prot; local [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
nlmconv.c | 173 asection *text_sec, *bss_sec, *data_sec; 431 data_sec = bfd_get_section_by_name (outbfd, NLM_INITIALIZED_DATA_NAME); 432 if (data_sec != NULL) 436 vma = bfd_get_section_size (data_sec); 446 data_size = bfd_get_section_size (data_sec); 447 if (! bfd_set_section_size (outbfd, data_sec, data_size + add)) 644 if (bfd_get_section (sym) == data_sec 654 if (bfd_get_section (sym) == data_sec 664 if (bfd_get_section (sym) == data_sec 171 asection *text_sec, *bss_sec, *data_sec; local [all...] |
readelf.c | [all...] |