Searched refs:sectname (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/dbghelp/ |
H A D | pe_module.c | 120 const char* sectname; in pe_find_section() local 126 sectname = (const char*)fmap->u.pe.sect[i].shdr.Name; in pe_find_section() 128 if (sectname[0] == '/' && fmap->u.pe.strtable) in pe_find_section() 129 sectname = fmap->u.pe.strtable + atoi(sectname + 1); in pe_find_section() 133 sectname = memcpy(tmp, sectname, IMAGE_SIZEOF_SHORT_NAME); in pe_find_section() 136 if (!stricmp(sectname, name)) in pe_find_section()
|
H A D | image_private.h | 73 char sectname[16]; /* name of this section */ member 89 char sectname[16]; /* name of this section */ member
|
H A D | macho_module.c | 395 …nt_section(struct image_file_map* ifm, const char* segname, const char* sectname, struct image_sec… in macho_find_segment_section() argument 399 char tmp[sizeof(fmap->sect[0].section.sectname)]; in macho_find_segment_section() 403 if (sectname[0] == '.') in macho_find_segment_section() 406 lstrcpynA(tmp + 2, sectname + 1, sizeof(tmp) - 2); in macho_find_segment_section() 407 sectname = tmp; in macho_find_segment_section() 416 strcmp(fmap->sect[i].section.sectname, sectname) == 0 && in macho_find_segment_section() 432 static BOOL macho_find_section(struct image_file_map* ifm, const char* sectname, struct image_secti… in macho_find_section() argument 434 return macho_find_segment_section(ifm, NULL, sectname, ism); in macho_find_section() 685 …memcpy(fmap->sect[info->section_index].section.sectname, section->sectname, sizeof(section->sectna… in macho_load_section_info()
|
H A D | dwarf.c | 3468 const char* sectname, const char* zsectname, in dwarf2_init_section() argument 3476 if (image_find_section(fmap, sectname, ism)) in dwarf2_init_section()
|