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

/freebsd-9.3-release/usr.sbin/ndiscvt/
H A Dinf.c62 *find_section (const char *);
165 find_section (const char *s) function
304 sec = find_section(xpsec);
306 sec = find_section(manf->vals[0]);
356 sec = find_section(manf->vals[0]);
397 sec = find_section(xpsec);
399 sec = find_section(manf->vals[0]);
449 sec = find_section(manf->vals[0]);
490 sec = find_section(xpsec);
492 sec = find_section(man
[all...]
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_bios.c41 find_section(struct bdb_header *bdb, int section_id) function
190 lvds_options = find_section(bdb, BDB_LVDS_OPTIONS);
200 lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA);
204 lvds_lfp_data_ptrs = find_section(bdb, BDB_LVDS_LFP_DATA_PTRS);
262 sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS);
269 dvo_timing = find_section(bdb, BDB_SDVO_PANEL_DTDS);
305 general = find_section(bdb, BDB_GENERAL_FEATURES);
328 general = find_section(bdb, BDB_GENERAL_DEFINITIONS);
353 p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS);
440 driver = find_section(bd
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c276 find_section (lang_input_statement_type *file, function
453 asection *s0 = find_section (file, sec0, &multiple_sections_found);
490 asection *s0 = find_section (file, sec0, &multiple_sections_found);
530 asection *s0 = find_section (file, sec0, &multiple_sections_found);
572 asection *s0 = find_section (file, sec0, &multiple_sections_found), *s1;
580 s1 = find_section (file, sec1, &multiple_sections_found);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delfcode.h120 #define elf_find_section NAME(bfd_elf,find_section)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c581 find_section (const char *name)
3515 sec = find_section (".dynamic");
4077 && find_section (".gcc_compiled_long32") == NULL)
7934 sec = find_section (section->name);
578 find_section (const char *name) function

Completed in 196 milliseconds