Searched refs:header_section (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/amd/amd/ |
| H A D | conf_parse.y | 53 static char *header_section = NULL; /* start with no header section */ variable 102 header_section = $2; 114 retval = set_conf_kv(header_section, $1, $3); 124 retval = set_conf_kv(header_section, $1, $3); 134 retval = set_conf_kv(header_section, $1, $3); 151 (header_section ? header_section : "null"));
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | hpread.c | 361 asection *pinfo_section, *debug_section, *header_section; in hpread_pxdb_needed() local 369 header_section = bfd_get_section_by_name (sym_bfd, "$HEADER$"); in hpread_pxdb_needed() 370 if (!header_section) in hpread_pxdb_needed() 383 header_section_size = bfd_section_size (objfile->obfd, header_section); in hpread_pxdb_needed() 391 header_section, in hpread_pxdb_needed() 458 header_section, in hpread_pxdb_needed() 1551 asection *pinfo_section, *debug_section, *header_section; in hpread_get_header() local 1558 header_section = bfd_get_section_by_name (objfile->obfd, "$HEADER$"); in hpread_get_header() 1559 if (!header_section) in hpread_get_header() 1583 bfd_get_section_contents (objfile->obfd, header_section, in hpread_get_header() [all …]
|