Searched refs:find_section (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32heap.h91 IMAGE_SECTION_HEADER * find_section (char * name, IMAGE_NT_HEADERS * nt_header);
H A Dw32heap.c233 preload_heap_section = find_section ("EMHEAP", nt_header);
H A Dunexelf.c619 find_section (name, section_names, file_name, old_file_h, old_section_h, noerror)
739 old_mdebug_index = find_section (".mdebug", old_section_names,
745 old_bss_index = find_section (".bss", old_section_names,
748 old_sbss_index = find_section (".sbss", old_section_names,
755 old_plt_index = find_section (".plt", old_section_names,
790 old_data_index = find_section (".data", old_section_names,
617 find_section (name, section_names, file_name, old_file_h, old_section_h, noerror) function
H A Dunexw32.c216 find_section (char * name, IMAGE_NT_HEADERS * nt_header) function
388 data_section = find_section ("EMDATA", nt_header);
/macosx-10.9.5/emacs-92/emacs/nt/
H A Daddsection.c150 find_section (char * name, IMAGE_NT_HEADERS * nt_header) function
346 if (find_section (new_section_name, nt_header) == NULL)
H A Dpreprep.c182 find_section (char * name, IMAGE_NT_HEADERS * nt_header) function
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delfcode.h119 #define elf_find_section NAME(bfd_elf,find_section)
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c581 find_section (const char *name)
3513 sec = find_section (".dynamic");
4072 && find_section (".gcc_compiled_long32") == NULL)
7925 sec = find_section (section->name);
578 find_section (const char *name) function

Completed in 251 milliseconds